body {
	background: #343b1c;
	font: 12px/1.5em Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
	/*background-image: URL("images/background_fade.jpg");
  background-repeat: repeat-x;
  background-attachment: fixed;*/
}

img {
	padding: 0px;
}

img.weather {
	padding: 0px;
}

img.about {
	padding: 5px;
}

img.thepark {
	padding: 5px;
}

.clearboth {
	clear: both;
}

#container {
	margin: 0 auto;
	padding: 0px px;
	width: 800px;
	
}

#header {
	width: 800px;
}

#logo {
	margin: 0 0 10px 500px;
	padding: 0;
	width: 300px;
	height: 75px;
}

#nav {
	width: 775px;
	height: 50px;
	text-align: center;
	border-top: 0px solid #93abcc;
}

#nav a:hover {
	font: 12px Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #7b7e63;
	/*display: block;
	float: left;*/
	margin: 0 7px;
	line-height: 20px;
	height: 20px;
	/*width: 80px;*/
	text-align: center;
	vertical-align: bottom;
	font-weight: 900;
	
}

#nav a:visited {
	font: 12px/12px bold Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #272a0b;
	/*display: block;
	float: left;*/
	margin: 0 7px;
	line-height: 20px;
	height: 20px;
	/*width: 80px;*/
	text-align: center;
	vertical-align: bottom;
	font-weight: 900;
	
}

#nav a {
	font: 12px/12px bold Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #272a0b;
	/*display: block;
	float: left;*/
	margin: 0 7px;
	line-height: 20px;
	height: 20px;
	/*width: 80px;*/
	text-align: center;
	vertical-align: bottom;
	font-weight: 900;
	
}

#nav a:hover {
	/*background: url('images/nav.png') center top no-repeat;*/
	color: #FFFFFF;
	background-color: #6e7058;
}

#nav a.selected:hover {
	color: #FFFFFF;
	/*background: url('images/nav.png') center top no-repeat;*/
}

#nav a.selected:visited {
	color: #FFFFFF;
	/*background: url('images/nav.png') center top no-repeat;*/
}

#nav a.selected {
	color: #FFFFFF;
	/*background: url('images/nav.png') center top no-repeat;*/
}

#top_image {
	width: 800px;
	padding: 0px;
	background: #93abcc;
	height: 95px;
}

#sectionnav {
	background: #93abcc;
	margin-bottom: 5px;
}
#sectionnav img {

	margin: 11px 12px 11px 13px;

	padding: 0;

	width: 175px;

	height: 88px;

	float: left;

}

#maincontent {

	padding: 0 10px;


  background-color: #343b1c;

}


#content {

	padding: 0 10px;

	width : 778px;

  height : 430px;

  overflow : auto;

 
  background-color: #343b1c;

}






  





#footer {
	border-top: 1px solid #333;
	text-align: center;
	width: 800px;
	margin: 20px 0;
	padding: 5px;
}

ammenities_iframe {
	border: 1px solid #000;
}


A:link {text-decoration: none; color: #FFFFFF;}
A:visited {text-decoration: none; color: #FFFFFF;}
A:active {}
A:hover {text-decoration: underline overline; color: #FFFFFF; }
