body {
	background-color: #858800;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0;
	padding: 0;
	font-family:Arial, Verdana, Helvetica, Tahoma;
	font-size:12px;
}
* html body {
	margin-left: 1px;
}
#wrapper {
	width: 742px;
	margin: 0px auto;
	}
#banner{
    background:url(../images/headertop.jpg) no-repeat  top center;
	height: 257px;
	
}

/* Nav Menu */
#nav {
	background:url(../images/nav-bg.jpg) no-repeat  top center;
	height: 34px;
	margin-left:0px;

	height:34px;
}



#nav ul{

list-style:none;
margin:0px;
padding:0px;
height:34px;

}

#nav a{
	display:block;
	height:34px;
}
#nav li{
	float:left;
}
#nav a.home{
	width:57px;
	background:url(../images/nav-home.jpg) no-repeat;
	}
#nav a.charter{
	width: 101px;
	background:url(../images/nav-charter.jpg) no-repeat;
	}
#nav a.photos{
	width: 59px;
	background:url(../images/nav-photos.jpg) no-repeat;
	}
#nav a.reports{
	width: 67px;
	background:url(../images/nav-reports.jpg) no-repeat;
	}
#nav a.crew{
	width: 55px;
	background:url(../images/nav-crew.jpg) no-repeat;
	}
#nav a.directions{
	width: 85px;
	background:url(../images/nav-directions.jpg) no-repeat;
	}
#nav a.contact{
	width: 94px;
	background:url(../images/nav-contact.jpg) no-repeat;
	}
	
#nav a:hover {
      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	  -moz-opacity:.50;
	  opacity:.50;
	  }
#content {
	background:url(../images/content-bg.jpg) no-repeat top center;

}

#con-l {
	width: 530px;
	padding-bottom: 3px;
	float:left;
	
	}
#con-l h1{
  background:url(../images/grey-bg.jpg) repeat-x;
  margin:0;
  padding-left: 10px;
	padding-top:10px;
}

.con-a { 
	/*background:url(../images/grey-bg.jpg) repeat-x;*/
	font-family:Arial, Verdana, Helvetica, Tahoma;
	font-size:12px;
	color:#666;
	padding-left:10px;
	padding-right:10px;
	
	
	
	}

.endcon{
  background:url(../images/grey-bg-2.jpg) repeat-x ;
  height:30px;
  margin-bottom:2px;
  margin-top: -20px;
   }
 
  #right {
 	float:right;
	width: 199px;
	padding-top: 30px;
	padding-bottom: 200px;
 
 }
 #thumb img {
	padding:4px;
	border:1px solid #ccc;
	margin-right:5px;
	margin-bottom:5px;
} 
   
 #footer {

 	background:#333;
	color:#A1C0D3;
	font-size:11px;
	text-align:center;
	clear:both;
	height: 60px;
	padding:20px;
	}
 #footer a{
 	color:#FFCC00;
	}
#footer a:hover{
 	color:#FF6600;
	}

.date { color:#999; font-size:10px; padding:0px; margin:0px;}
.title { font-weight: bold; margin:0px; margin-top: 2px; color:#000; }
.read a{ color:#FF0000; font-size:11px; font-weight:bold; }
.read a:hover { color:#FF9900;}

.archive a { color:#BD9B11; font-size:11px; margin:0px;}
.archive a:hover { color: #666;}


#con-l img { max-width: 500px;}
#con-l h1 { font-family: Arial,Verdana,  Tahoma; font-weight:500;}
#con-l h2 { font-family: Arial,Verdana,  Tahoma; font-weight:bold; font-size:12px; margin-bottom:2px; color:#0066FF; }