body{
	color: #ffffff;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-position: center;
	background-color: #319CCE;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
}
#container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #319CCE;
}
#header {

}
#fish {
	background-image: url(../images/content.png);
}

#sidebar {
	float: left;
	width: 190px;
	height: 100%;
}

#content {
	width: 800px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 195px;
}
#footer {
	width: 1000px;
	text-align: center;
	background-color: #319cce;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	text-align: center;
}
p {
	color: #ffffff;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	}



td {
	color: #ffffff;
	}
a:link {
	color: #FFFF33;
}
a:visited {
	color: #FFFF33;
}

a:hover {
	color: #003;
	
	
}

h1 {
	font-size: 24px;
	color: #FFFF33;
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	color: #FFFF33;
	font-size: 18px;
}
h3 {
	color: #FFFF33;
	font-size: 16px;
}
h4 {
	color: #FFFFFF;
	font-size: 14px;
}
h5 {
	color: #0000FF;
	font-size: 16px;
}
#sidebar ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
}
#sidebar li a{
	height: 44px;
	width: 180px;
	display: block;
	text-decoration: none;
	color:#FFFF33;
	margin-left: -40px;
	background-image: url(../images/button.png);
	line-height: 44px;
	list-style-type: none;
	font-weight: bold;
	text-align: center;
} 
#sidebar li a:hover{
	color: navy;
	text-decoration: none;
	background-image: url(../images/button1.png);
	margin-left: -40px;
	list-style-type: none;
} 
#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 150%;
}
#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 150%;
}

.white_14{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.yellow_12 {
	color: #FFFF33;
	font-size: 14px;
	padding-left: 15px;
	font-weight: bold;
	}
#about {
	padding-left: 15px;
}
#about h1{
	background-image:url(../images/aboutxt.gif);
	background-repeat: no-repeat;
	height:45px;
	text-indent:-9999px;
	}
#benifits {
	padding-left: 15px;
}
#benifits h1{
	background-image:url(../images/benefitxt.gif);
	background-repeat: no-repeat;
	height:70px;
	text-indent:-9999px;
	}
#coast {
	padding-left: 15px;
}
#coast h1{
	background-image:url(../images/coastxt.gif);
	background-repeat: no-repeat;
	height:70px;
	text-indent:-9999px;
	}
#committee {
	padding-left: 15px;
}
#committee h1{
	background-image:url(../images/commtxt.gif);
	background-repeat: no-repeat;
	height:60px;
	text-indent:-9999px;
	}
#faq {
	padding-left: 15px;
}
#faq h1{
	background-image:url(../images/faqtxt.gif);
	background-repeat: no-repeat;
	height:70px;
	text-indent:-9999px;
	}
#preparation {
	padding-left: 15px;
}
#preparation h1{
	background-image:url(../images/preptxt.gif);
	background-repeat: no-repeat;
	height:70px;
	text-indent:-9999px;
	}
#reefs {
	padding-left: 15px;
}
#reefs h1{
	background-image:url(../images/artreeftxt.gif);
	background-repeat: no-repeat;
	height:70px;
	text-indent:-9999px;
	}
.pressnav td{
	color:#FF0;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	height:30px;
	vertical-align: middle;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
