#container {
	width: 800px;
	margin: 0;
	padding: 0 5px 0 5px;
	border-right: 1px dotted Black;
	border-left: 1px dotted Black;
	background-color: White;
}
/* --START--- This is the top logo Graphic area ------  */
#top {
	width: 800px;
	height: 114px;
	margin: 0;
	padding: 0;
	background-image: url(images/top2.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
/* --END--- This is the top logo Graphic area ------  */

/* --START--- This is the top NAV area ------  */
#nav {
	margin: 5px 0 10px 0;
}

#nav ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #00509D;
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
}

#nav li { 
display: inline;
 }

#nav li a
{
text-decoration: none;
background-color: #00509D;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}

#nav li a:hover
{
background-color: #6A9DCE;
color: #fff;
}
/* --END--- This is the top NAV area ------  */


/* --START--- This is the bottom PICTURES area ------  */
#pictures {
	float: left;
	width: 800px;
	height: 150px;
	margin: 10px 2px 0 0;
	padding: 5px 0 5px 0;
	border: 1px solid Black;
}


#fullspeed { 
	float: left;
	background-image: url(images/fullspeed.jpg);
   background-position: center;
   background-repeat: no-repeat;
	margin: 0;
	padding: 0 2px 0 5px;
   width: 190px;
   height: 150px;   
	border-right: 1px solid Black;
  }
#berth { 
	float: left;
	background-image: url(images/berth2.jpg); 
   background-position: center;
   background-repeat: no-repeat; 
	margin: 0;
	padding: 0 2px 0 2px;
   width: 216px;
   height: 150px; 
	border-right: 1px solid Black;
}
#storm { 
	float: left;
	background-image: url(images/storm.jpg); 
   background-position: center;
   background-repeat: no-repeat; 
	margin: 0;
   padding: 0 2px 0 2px;
   width: 200px;
   height: 150px; 
	border-right: 1px solid Black;
}
#rudder {
float: left;
	background-image: url(images/rudder.jpg);
	background-position: center;
	background-repeat: no-repeat; 
	margin: 0;
	padding: 0 5px 0 2px;
	width: 169px;
  height: 150px; 
}
/* --END--- This is the bottom PICTURES area ------  */


/* --START--- This is the footer area ------  */
#footer {
	float: left;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	width: 800px;
	height: 30px;
	font: italic normal 10px Arial, Helvetica, sans-serif;
	border-: 1px solid Black;
}
/* --END--- This is the footer area ------  */
