body {
	margin: 0;
	padding: 0;
	background: url('/images/water_bg.jpg') center top;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Comic Sans MS";
}
h1 {
	margin-top: 0;
}
#bg_wrapper {
	background: url('/images/water_bg.jpg') center top;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 672px;
	height: 808px;
	background: url('/images/body_bg.jpg') center top no-repeat;
}
#content {
	position: absolute;
	left: -100000px;
}
#navigation {
	width: 100%;
	height: 1.7em;
	background: #888;
	border-bottom: 1px solid #000;
}
#navigation ul
{
	list-style-type:none;
	margin:0 auto;
	padding:0;
	padding-bottom:3px;
	width: 670px;
}
#navigation li
{
	display: block;
	width: 18%;
	float: left;
}
#navigation #home {
	width: 10%;
}
#navigation a:link,a:visited
{
	display: block;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding:3px;
	padding-bottom: 0;
	border-bottom: 3px solid #888;
	text-decoration:none;
}
#navigation a:hover,a:active
{
	border-bottom: 3px solid #000;
}
#dolphin_cruise {
	margin-left: 7px;
	padding: 284px 0 0;
	width: 238px;
	/*height: 275px;
	border: 1px solid red;*/
}
#dolphin_cruise a, #dolphin_cruise a:link, #dolphin_cruise a:visited {
	display: block;
	width: 238px;
	height: 275px;
	text-decoration: none;
}
#google_map {
	padding: 250px 0 .5em;
}
#map {
	border: 3px solid #00B1EF;
}
#map_nav {
	padding: .3em 0 1.5em;
	text-align: center;
}
#saddr {
	width: 250px;
	background: #EFEFEF;
	border: 1px solid #000;
	color: #888
}
#saddr:focus {
	background: #FFF;
	color: #000
}
#copyright {
	padding: 1.5em;
	text-align: center;
	font-size: xx-small;
}

