body {
	background: url(../images/bg.gif) repeat-y center #051A64;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#484848;
	
}

#container{
	width:847px;
	margin:0px auto;
	background: url(../images/container_bg.gif) repeat-y center #3092B5;
}

#header {
/*	width:847px; */
	padding: 0px;
	margin: 0px;
/*	position: relative;
	left: -45px;
	top: -15px; */
	background: url(../images/header.gif) no-repeat center;
	height:335px;
	clear:both;
}

/* Nav Menu */

#nav{
	position: relative;
	left: 274px;
	top: -57px;

	height:32px;
	width:527px;
	font-family: arial, sans-serif;
	padding: 0px;
	margin: 0px;
}

#navlist ul
{

	display:inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}
 #navlist li 
{
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float:left;
	height:32px;
	

}
#navlist li a {
 display: block;
 text-decoration: none;
/* padding-top: 34px;  */
 margin:0px;
 height: 0px;
 line-height: 0px;
 text-align: center;
}
 #navlist img {
 border:none;
 }
#home{
	width:68px;

}
#boat{
	width:82px;

}
#crew{
	width:85px;

}
#fishingreportsandpictures{
	width:180px;

}
#contact{
	width:112px;

}


#left {
	width:206px;
	float:left;
	position: relative;
        padding-left:51px;
	top: -110px;
	color:#FFFFFF;

}
#recentphotos {
	margin-top:13px;
	padding-left:10px;

}
#thumb img {
	padding:4px;
	border:1px solid #ccc;
	margin-right:5px;
	margin-bottom:5px;
}


#right {
	width:500px;
	float:right;
	position: relative;
	top: -35px;
	right: 45px;
	padding-right:18px;
}
#flash {
	background-image: url(../images/bg_p.jpg);
	background-repeat:no-repeat;
	height:319px;
	position: relative;
	left: 40px;
}

.report{
	font-weight:bold;
	/*color:#FF9900;*/
	color:#CC0000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
}
.date {
	font-size:9px;
	padding:0px;
	margin-top:-1px;
	margin-bottom:-6px;
	color:#021530;

}
.read {
	/*font-weight:bold;*/
	font-size:9px;
	margin-top:-10px;
	/*color:#9A5405;*/
	padding-left:12px;
	background:url(../images/point.jpg) no-repeat left;

}
.read a {
	text-decoration:none;
	color:#2F548F;
}
.read a:hover {
	text-decoration:underline;
	color:#333333;
}

#reportbody {
	width:500px;
	margin-top:5px;
	margin:0px auto;
}
#reportbody h1 {
	font-size:12px;
	color:#85CAEF;
}

#reportbody h2 {
	font-size:16px;
	color:#CC0000;
	font-family:Arial, Helvetica, sans-serif;
}



#reportbody p {
	font-size:12px;
	line-height:18px;

}

#footer {
	width: 756px;
	margin-left:45px;
	background-color: #051A64;
	height: 40px;
	margin-top:100px;
	margin-bottom:0px;
	clear:both;
}
#footer p {
   margin-top:10px;
   text-align:center;
   font-weight:bold;

}