* {
	margin:0;
	padding:0;
}
body {
	background-color:#09128B;
}
#outer {
	margin:auto;
	width: 800px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
#wrap {
	width: 766px;
	border-left: 2px solid black;
	border-right: 2px solid black;
	background-color:#fff;
	margin: auto;
}
#head {
	background-color: #FFFFFF;
	padding: 5px;
	height: 158px;
}
#head a,a:active,a:hover,a:focus,img {
	border: none;
}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 200%;
}
h2 {
	margin-bottom: 10px;
}
h3 {
	margin-top: 15px;
}
.clear {
	margin-top: 30px;
	clear: both;
	width: auto;
	visibility: hidden;
}

/*/////////////////////////Content Controls /////////////////////////////////////////*/
#content {
	margin: 7px;
}
#content p {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
#content img {
	margin: 5px 0 8px 8px;
}
.list li {
	margin-left:20px;
	font-size: 1.1em;
}
#footer {
	background-image:url(../images/footer.gif);
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-repeat: repeat-x;
	background-position: top center;
	clear:both;
	width:auto;
}
#footer p {
	padding:15px 0 15px 0;
	text-align:center;
	color: #fff;
}
#footer a {
	color: #fff;
}
#weather {
	width: 200px;
	height: 80px;
	background-color: #CCCCCC;
	border: 1px solid black;
	float:right;
}
#weather_top {
	background-color: #FFFFFF;
	position: relative;
	top: 0;
	width:auto;
	height: 25%;
	border-bottom: 1px solid black;
}
#head #weather_bottom {
	position: relative;
	width: 100%;
	bottom: 0;
	background-position: 98% 200%;
	background-repeat: no-repeat;
	height: 75%;
}
.temperature {
	float: left;
	position: relative;
	top: 5px;
}
.wind {
	float: left;
	position: relative;
	top: 5px;
}
.title {
	float: left;
	display: block;
	width:200px;
	z-index: 1;
}
.contentimage {
	float: right;
}
.attractionimage {
	float: right;
	margin-top: 10px;
}
.attraction h3 {
	position: relative;
	top: 0;
	margin-top: 0px;
}
.attraction a, a:active, a:hover, a:focus, a:link, a:visited {
	color: #333333;
}
.attraction {
height: 280px;
}
#links {
	text-align: center;
}
#nav {
	display: table;
	width: 100%;
	height: 30px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	background-color:#992020;
}
#nav ul {
	width: auto;
	vertical-align: middle;
	height: 30px;
}
#nav li {
	float: left;
	border-right: 2px solid black;
	background-color:#992020;
	list-style-type:none;
	height: 30px;
	vertical-align: middle;
}
#nav_about a {
	width: 101px;
}
#nav_cabins a {
	width: 79px;
}
#nav_map a {
	width: 98px;
}
#nav_reservations a, #nav_attractions a{
	width: 132px;
}
#nav_affiliates a, #nav_directions a {
	width: 105px;
}
#nav li:last-child {
	border-right: none;
}
#nav a {
	line-height: 24px;
	display: block;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	background-color:#992020;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-family: Georgia,Myriad Pro,Arial,Helvetica;
	font-size: 14px;
	font-weight: bold;
}
#nav a span {
	vertical-align: middle;
}
#nav a:hover {
	color: #000000;
	background-color: #66CCFF;
}
.rates {
	text-align: left;
	width: 75%;
	float: right;
	clear: right;
}
.rates th {
	text-align: left;
}
.rates td {
	text-align: left;
}