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

#container{
	width:756px;
	margin:0px auto;
}

#header {
	padding: 0px;
	margin: 0px;
//	background: url(../images/header2.jpg) no-repeat center;
	height:265px;
	clear:both;
}

/* Nav Menu */

#nav{
	height:37px;
	width:756px;
	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:37px;
	

}
#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 {

	background-image: url(../images/menu_1.gif);
	background-repeat:no-repeat;
	height:40px;
	width:54px;

}

#rates {

	background-image: url(../images/menu_2.gif);
	background-repeat:no-repeat;
	width:172px;

}

#boat{

	background-image: url(../images/menu_3.gif);
	background-repeat:no-repeat;
	width:79px;

}
#crew{

	background-image: url(../images/menu_4.gif);
	background-repeat:no-repeat;
	width:84px;

}
#boatpolicies{

	background-image: url(../images/menu_5.gif);
	background-repeat:no-repeat;
	width:110px;

}

#fishingreportsandpictures{

	background-image: url(../images/menu_6.gif);
	background-repeat:no-repeat;
	width:165px;

}
#contact{

	background-image: url(../images/menu_7.gif);
	background-repeat:no-repeat;
	width:92px;

}


#left {
	width:420px;
	float:left;
	margin-top:10px;

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

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


#right {
	width:325px;
	float:right;
	margin-top:13px;
	padding-right:7px;

}
#flash {
	background-image: url(../images/bg_p.jpg);
	background-repeat:no-repeat;
	height:275px;

}

.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:700px;
	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 {
	background:url(../images/footer.gif) no-repeat center bottom;
	height: 40px;
	padding-top:100px;
	margin-bottom:0px;
	clear:both;
}
#footer p {
   margin-top:10px;
   text-align:center;
   font-weight:bold;

}
