@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

img  {
	border: none;
}

body {
	background-image: url(/images/ocean_bg.jpg);
	background-repeat: repeat-x;
	background-color: #074985;
}

#wrap_all {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#wrapper_main {
	width: 960px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 330px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}
#menu {
	width:755px;
	height:53px;
	z-index:1;
	margin-top: -53px;
	margin-right: auto;
	margin-left: auto;
}


#logo_spot {
	height: 216px;
	width: 285px;
	float: left;
}


#footer {
	bottom:0;
	width:100%;
	height:104px;
	background-image: url(/images/footer_bg.png);
	background-repeat: repeat-x;
	margin-top: -7px;
	z-index: 50;
}


#twitter_div {
	font-size: 12px;
	width: 285px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	line-height: 14px;
}

#twitter_update_list {
	list-style:none
	
}



#slider_wrap {
	height: 305px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/slider_bg.jpg);
	background-repeat: no-repeat;
}
#ocean_content {
	background-image: url(/images/ocean_content.jpg);
	background-repeat: no-repeat;
	height: 485px;
	width: 960px;
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#text_wrap {
	height: 351px;
	width: 474px;
	margin-top: 102px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
}
body,td,th {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	list-style-type: none;
}
#footer_left {
	height: 74px;
	width: 229px;
	z-index: 80;
	float: left;
	border-right-width: 1.8px;
	border-right-style: dashed;
	border-right-color: #1d44c1;
	margin-top: 12px;
	text-align: center;
	padding-right: 10px;
	padding-left: 72px;
}
#footer_middle {
	border-right-width: 1.8px;
	border-right-style: dashed;
	border-right-color: #1d44c1;
	height: 74px;
	width: 300px;
	float: left;
	margin-top: 12px;
	text-align: center;
}
#footer_right {
	height: 74px;
	width: 275px;
	float: left;
	margin-top: 12px;
	text-align: center;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CFF;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #6CF;
}