body {
	background-color:#006699;
}



#header {
	width:760px;
	margin:0 auto 0 auto;
	border:10px solid #ece8d8;
	background-color:#76a76c;
}

#image {
	height:180px;
	background-image:url(images_template/header_home.jpg);
	background-postion:top left;
	background-repeat:no-repeat;
}

#imageheader_home {
	height:180px;
	background-image:url(images_template/header_home.jpg);
	background-postion:top left;
	background-repeat:no-repeat;
}

#imageheader_amusements {
	height:180px;
	background-image:url(images_template/header_amusements.jpg);
	background-postion:top left;
	background-repeat:no-repeat;
}

#imageheader_fair {
	height:180px;
	background-image:url(images_template/header_fair.jpg);
	background-postion:top left;
	background-repeat:no-repeat;
}

#imageheader_boat {
	height:180px;
	background-image:url(images_template/header_boat.jpg);
	background-postion:top left;
	background-repeat:no-repeat;
}

#imageheader_relax {
	height:180px;
	background-image:url(images_template/header_relax.jpg);
	background-postion:top left;
	background-repeat:no-repeat;
}

#imageheader_testimonials {
	height:180px;
	background-image:url(images_template/header_testimonials.jpg);
	background-postion:top left;
	background-repeat:no-repeat;
}

#imageheader_ride_hire {
	height:180px;
	background-image:url(images_template/header_ride_hire.jpg);
	background-postion:top left;
	background-repeat:no-repeat;
}

#imageheader_contact {
	height:180px;
	background-image:url(images_template/header_contact.jpg);
	background-postion:top left;
	background-repeat:no-repeat;
}

#imageheader_find_us {
	height:180px;
	background-image:url(images_template/header_find_us.jpg);
	background-postion:top left;
	background-repeat:no-repeat;
}

#imageheader_legal {
	height:180px;
	background-image:url(images_template/header_legal.jpg);
	background-postion:top left;
	background-repeat:no-repeat;
}







#wrapper {
	width:760px;
	min-height:400px;
	margin:0 auto 0 auto;
	padding:0;
	background-color:#ece8d8;
	border:10px solid #ece8d8;
}

#wrapper_bottom {
	width:760px;
	height:1px;
	clear:left;
}


#main {
	width:540px;
	margin:0 0 0 207px;
	padding:0;
}


/*   NAVIGATION   */

#nav {
	width:180px;
	float:left;
	margin:0 0 40px 5px;
	padding:0;
	background-color:#ece8d8;
}

#nav ul {
	color:#ffffff;
	margin:0;
	padding:0;
	font-size:small;
	line-height:140%;
}

#nav li {
	width:100%;
	list-style-type:none;
	text-align:left;
	margin: 0 0 1px 0;
}

#nav li a:link,#nav li a:active,#nav li a:visited {
	width:172px; 
	padding:6px 4px 6px 4px;
	display: block;
	background-color:#76a76c;
	text-decoration:none;
	color:#ffffff;
}

#nav li a:hover {
	width:172px;
	padding:6px 4px 6px 4px;
	display: block;
	background-color:#2f802b;
	text-decoration:none;
	color:#e0e0e0;
}

/*   NAV SUBMENU   */

#nav ul li ul {
	margin:0;
	padding:0;
	font-size:small;
	line-height:120%;
	font-style:italic;
}

#nav ul li ul li {
	width:100%;
	list-style-type:none;
	text-align:center;
	margin: 0;
}




/*   FOOTER   */


#footer {
	width:740px;
	margin:0 auto 0 auto;
	padding:10px;
	border:10px solid #ece8d8;
	background-color:#76a76c;
	background-image:url(images_template/footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	color:#cccccc;
}

#footer_nav {
	margin-bottom:1em;
}

#footer_legal {

}

#footer ul {
	margin:4px 0 6px 0;
}

#footer li {
	list-style-type:none;
	margin:0.5em;
	display:inline;
}

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

#footer a:hover {
	text-decoration:none;
	color:#e0e0e0;

}

/*   LINKS   */

a:link, a:active, a:visited {
	color:#006699;
	text-decoration:none;
}

a:hover {
	color:#003399;
	text-decoration:underline;
}



/*   TURN OFF NOT PRINTING ITEMS   */

#header_print {
	display:none;
}

#footer_print {
	display:none;
}