/* ------------------------------------------------------------
	Super Terrific Base CSS
	By: Adriel Cartmell
	Little Frog Innovations of Canada (adriel@littlefrog.ca)
------------------------------------------------------------ */

/* Reset Browsers */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal;
font-size: 100%; line-height: 1.125em; font-family: inherit; text-align: left}
table {border-collapse: collapse; border-spacing: 0}
ol,ul {list-style: none}
q:before,q:after,blockquote:before,blockquote:after {content: ""}
a img,:link img,:visited img {border:none}
/* End::Reset Browsers */

/* Links  */
a,a:link,a:visited,a:active { color: #fff; text-decoration: underline;}
a:hover { color: #aaa; }

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#footer li {
	padding: 5px;
	border-bottom: 1px dashed #aaa;
}

#footer a,#footer a:link,#footer a:visited,#footer a:active {color: #ccc; text-decoration: none;}
#footer a:hover { color: #999; }

/* End::Links  */

/* Text */
h1 {font-size:1.8em; margin: 0; padding: 0; color: #000;}
h2 {font-size:1.5em}
h3 {font-size:1.25em}
h4 {font-size:.8em}
p {
	padding: 3px 0px 5px 0px;
	font-size: 17px;
}

#header-menu {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 93%;
	line-height: 1.8em;
	padding: 50px 0px 5px 0px;
	text-align: right;
	color: #fff;
}

.white {color: #fafafa}
/* End::Text */

/* Main Layout */
body {
	background: url(/images/background.jpg) repeat-x #918276;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.8em;
}

#page {
	margin: 0 auto;
	width: 780px;
}

#header {
	text-align: right;
	height: 112px;
	width: 780px;
}

#content {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 30px;
	min-height: 400px;
	color: #eee;
	width: 780px;
}

#footer-container {
	border-top: 4px solid #65584d;
	clear: both;
	color: #aaa;
	font-size: 1.1em;
	height: 150px;
	width: 100%;
	background-color: #6e5e52;
}

#footer {
	margin: 0 auto;
	color: #aaa;
	font-size: 1.1em;
	height: 150px;
	width: 780px;
	background-color: #6e5e52;
	padding: 0 60px 0 60px;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.3em;
}

#footer-bottom-container {
	border-top: 4px solid #65584d;
	clear: both;
	color: #aaa;
	font-size: 10px;
	height: 70px;
	width: 100%;
	background-color: #918276;
}

#footer-bottom {
	text-align: center;
	padding: 10px;
}

#rotator
{
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

#rotator img
{
	border: 0;
}

.rotator {
		margin: 20px auto 10px;
		width: 780px;
	height: 153px;
}

.room
{
	margin: 0;
	width: 200px;
	height: 200px;
}
/* End::Main Layout */

/* Layout Options */
.clear {
    clear:both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.footer-box {
	width: 300px;
	padding: 5px 0 5px 0;
}

.rooms {
	list-style-type: disc;
	margin-left: 12px;
	padding-left:12px;
}
/* End::Layout Options */

