body {
	background: #343B1C;
	font: 12px/1.5em Helvetica, Arial, sans-serif;
	text-align: justify;
	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: 10px;
}

.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: 800px;
	height: 20px;
	text-align: justify;
	border-top: 0px solid #93abcc;
}

#nav a, #nav a:visited, #nav a:hover {
	font: 12px/12px bold Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
	margin: 0 12px;
	line-height: 20px;
	height: 20px;
	width: 75px;
	text-align: center;
	vertical-align: bottom;
}

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

#nav a.selected, #nav a.selected:visited, #nav a.selected:hover {
	color: #fff;
	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;
}

#content {
	padding: 0 10px;
}

table.newsletter {
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}

#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}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #FFFFFF;}