html
{
	overflow: auto;
	width: 100%;
	height: 100%;
}
body
{
	width: 100%;
	height: 100%;
	color: #333;
	font-family: Arial,sans-serif;
	font-size: 0.8em;
	border: 0px;
	margin: 0px;
	padding: 0px
}

#nav
{
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top:3px;
}
#nav li
{
	padding:0px;
	margin:0px;
	margin-top:-3px;
}

#nav2
{
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top:3px;
}
#nav2 li
{
	float:left;
	padding:0px 5px 0px 5px;
	margin:0px;
	margin-top:-3px;
}

img
{
	border:0px;
	padding:0px;
	margin:0px;
}

div.container {width: 100%; text-align: center;}

div.container2 {display: block; width: 913px; height: 668px;padding: 0px; margin: 0px auto; position: relative; text-align: left;background: url('/images/background.jpg') no-repeat;}


div.nav
{
	position:absolute;
	top:125px;
	left:18px;
	width: 280px;
	overflow: hidden;
}
div.banner
{
	position:absolute;
	top:125px;
	left:302px;
	width: 595px;
	overflow: hidden;
}
div.titleline
{
	position:absolute;
	top:35px;
	left:302px;
}
div.weather
{
	position:absolute;
	top:425px;
	left:30px;
}
div.tidalbox
{
	position:absolute;
	top:425px;
	left:158px;
	width:128px;
	height:116px;
	padding:90px 0px 0px 0px;
	text-align:center;
	background:url('/images/tidalbox.jpg') no-repeat;
}



div.clearer {clear: both; margin: 0px; padding: 0px; border: 0px; line-height: 0px; height: 0px; font-size: 0px;}
img {border: 0px;}


h1
{
	font-weight: bold;
	padding:0px 0px 0.5em 0px;
	margin: 0px;
	font-size:1em;
}

p {
	font-size:0.8em;
	margin:0px;
	padding-top::0px;
	padding-bottom:0.5em;
}

a:link,a:visited,a:active
{
	color:  #A82738;
	text-decoration: underline;
}
a:hover
{
	color: #9D4741;
	text-decoration: none;
}


div.foot_left
{
	position:relative;
	float:left;
	width:300px;
	text-align:left;
	border:0px solid black;
}
div.foot_right
{
	position:relative;
	float:right;
	width:300px;
	text-align:right;
	border:0px solid black;
}
div.footer
{
	display:block;
	font-size:0.8em;
	color:#555;
	position:relative;
	width: 813px;
	border:0px solid black;
	padding: 10px 50px 0px 50px;
	margin: 0px auto;
}

