html /*fixed*/ {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
}
body {font-size:75%;color:#222;background:#0185cf url(../img/marine_bkgrnd.jpg) fixed repeat-y 50% 0;font-family:Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;}

img {
	border: none;
}
p  {
	line-height: 1.5em;
}
h1,h2,h3,h4 {

}

a {
 color: #601a21;
 text-decoration: underline;
 font-weight:bold;
}

div { 
	margin: 0; 
	padding: 0;
}

#container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/bg.gif) center repeat-y;
	min-height: 500px;
}

.clear{
clear:both;
margin:0;
}
#top-banner {
	float: right;
}
/****** Footer ***************/
#footer {
width: 100%;
height: 23px;
margin-left: auto;
margin-right: auto;
}

#footer a {
text-decoration: underline;
color: white;
}