html, body {
	margin:0;
	padding:0;
	font-family: Myriad Pro, Trebuchet MS, Arial, Helvetica, Verdana, Sans-Serif;
	width:100%; 
	height:100%; 
	overflow:hidden;
}
body {


}

#background {
	position:absolute; 
	z-index:1;
	width:100%; 
	height:100%;
}

#fixed {
	position:absolute; 
	top:25px; 
	left:10px; 
	width:150px; 
	z-index:10; 
	color:#567; 
	border:1px solid #000; 
	padding:10px;
}

#container {
	z-index: 2;
	position: relative;
	margin: 0 auto;
}

#wrapper {
	width: 889px;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
	background: #e6e5e2;
	z-index: 2;
	position: relative;
	margin: 0 auto;
}

#header {
	background: url(../images/logo_background.jpg) no-repeat;
	height: 192px;
	min-height: 192px;
	height: auto!important;
	width: 889px;
}

.reserve {
	float: right;
	margin: 80px 90px 0 0;
	display: inline;
}

#reserve {
	display: block;
	width: 281px;
	height: 120px;
	background: url(../images/reserve_button-trans_open.png) no-repeat 0 0;
	margin: 50px 50px 0 0;
	float: right;
}

#reserve:hover {
	background-position: 0 -120px;
}

#reserve span {
	display: none;
}


#menu {
	z-index: 2;
	position: relative;
	background: #65584b;
	border-top: 1px solid #083676;
	border-bottom: 1px solid #083676;
	margin: 0 auto;
	text-align: center;
}

#menu ul {
	width: 895px;
	margin: 10px 0;
}

#menu li {
	display: inline;
	margin: 0 6px;
}

#menu li.divider {
	color: #907e6c;
}



.photos {
	margin: 5px 0 20px 5px;
}

#content {
	float: left;
	display: inline;
	width: 510px;
	padding: 10px;
}

#content ul {
	margin: 0 0 5px 20px;
}

#content ul li {
	list-style-type: disc;
	color: #1b1b1b; 
	margin: 0 0 0 10px;
}

#content ul li.amenities_headline {
	list-style-type: none;
	color: #1b1b1b; 
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
}
#content .rates_time, #content .rates_cost, #content .rates_extra  {float: left;margin: 0 30px;}
#content .rates_time {width: 150px;}
#content .rates_cost {width: 40px;}
#content .reservations {font-size: 1.3em; text-align: center;}
#content .reservations .small {font-size: .7em;}
#content ul#rules li {margin: 10px;}
#content #map {text-align: center; margin: 10px;}

#sidebar {
	float: left;
	display: inline;
	width: 323px;
	border-left: 1px solid #bfbebc;
	padding: 0 0 0 15px;
	margin: 30px 10px;
}

.maps {
	margin: 0 0 20px 0;
}

.attractions {
	text-align: right;
	margin: 10px;
}

#sidebar #attractions_1 {
	float: left;
	width: 150px;
}
#sidebar #attractions_2 {
	float: left;
	width: 150px;
}



#content #amenities_tent, #content #amenities_kids, #content #amenities_lodge_1{
	float: left;
	width: 200px;
}

#content #amenities_rv, #content #amenities_fun, #content #amenities_lodge_2 {
	float: left;
	width: 200x;
	margin: 0 0 0 100px;
}



#content #services_1 {
	float: left;
	width: 180px;
}

#content #services_2 {
	float: left;
	width: 180px;
		margin: 0 0 0 100px;
}

#sidebar ul {
	color:#1b1b1b;
	line-height: 1.5em;
	font-size: .9em;
	margin: 8px 0 0 10px;
}

#sidebar ul li {
	list-style: none;
}

#footer {
	margin: 20px 0 0;	
	background: #c3c3c3;
	border-top: 6px solid #345886;
	z-index: 3;
	position: relative;
	width: 100%;
}

#footer_contain {
	width: 889px;
	margin: 0 auto;
}

#copyright {
	float: left;
}

#adbay {
	float: right;
}

.clear {
	clear: both;
}


#scroller {
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	overflow:auto; 
	z-index:2;
} 





