/* CSS Document */

* {
	margin:0 auto;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

p {
	margin-bottom:8px;
	line-height:18px;
}

td {
	font-size:11px;
	color:#787878;
	line-height:20px;
}

table {
	margin:0;
}


#container {
	width:777px;
	margin-top:50px;
}

#header {
	height:62px;
	padding-bottom:8px;
	clear:both;
}

#logo {
	padding-top:10px;
	width:290px;
	float:left;
	height:24px;
	font-size:13px;
	color: #9a9a9a;
}

#contact {
	width:400px;
	float:right;
	text-align:right;
	font-size: 11px;
	color: #00649b;
	margin-top: 45px;
}

#contact a {
	text-decoration: none;
	color: #00649b;
}

#contact a:hover {
	text-decoration: underline;
}

#seascape {
	width:777px;
	clear:both;
}

#wrapper{
	float:left;
	width:777px;
}

#content {
	margin: 10px 200px 30px 200px;
	width:372px;
}

#content p {
	font-size:11px;
	color:#787878;
}

#content a {
	text-decoration:none;
	font-size:11px;
	color:#787878;
}

#content a:hover {
	text-decoration:underline;
}

#content li {
	margin-left:30px;
	font-size: 11px;
	color: #787878;
}

#content ul, #extra ul {
	margin-bottom:10px;
}

#menu {
	margin-top:10px;
}

.menu_item, .menu_item_sel{
	list-style:none;
	background:url(/images/menu.jpg) no-repeat bottom;
	text-indent:10px;
	border-left:solid 4px #9a9a9a;
	border-top:solid 3px #fff;
	margin-bottom:4px;
}

.menu_item a, .menu_item_sel a {
	display:block;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00619c;
	font-weight:bold;
	height:17px;
}	

.menu_item a:hover {
	color:#666;
}

.menu_item_sel a{
	color:#28485b;
}

#boat {
	margin-top:30px;
	float:left;
	width:186px;
	height:120px;
}

.gallery_thumbs {
	float:left;
	width:170px;
	padding-right:10px;
	margin-bottom:10px;
}

#navigation{
	float:left;
	width:200px;
	margin-left:-777px;
}

#extra {
	float:left;
	width:190px;
	margin-left:-190px;
	margin-top:10px;
	margin-bottom:20px;
}

#extra p {
	padding-left:20px;
	font-size:11px;
	color: #787878;
}

#extra li {
	margin-left:30px;
	font-size:11px;
	color:#787878;
}

#extra a {
	text-decoration:none;
	font-size: 11px;
	color: #787878;
}

#extra a:hover {
	text-decoration:underline;
}

#footer {
	padding-top:4px;
	margin-top:10px;
	margin-bottom:20px;
	clear:both;
	text-align:right;
	border-top:1px solid #9a9a9a;
	color: #bebdbd;
	font-size:10px;
}

#footer a{
	text-decoration:none;
	color: #bebdbd;
	font-size:10px;
}

#footer a:hover{
	text-decoration:underline;
}

h1 {
	margin-bottom: 8px;
	color: #00649b;
	font-size: 13px;
}

h2 {
	margin-bottom:5px;
	color: #00649b;
	font-size:12px;
}

h3 {
	margin-bottom:3px;
	color:#00649b;
	font-size:11px;
	font-weight:bold;
}

#header h1 {
	color: #787878;
}
	

.caption-text{
	color:#787878;
}

	
	