body {
 margin:20px;
 background: url(images/bg2.gif); 
 background-attachment: fixed;
 color: #333333;
 text-align:center;
 padding:0; 
 font: normal .8em/1.2em Tahoma, Verdana, Arial, Georgia, sans-serif; 
 }

#outer {
 text-align:left;
 background: black; 
 border-top:1px solid #999999;
 border-left:1px solid #999999;
 border-right:2px solid #333333;
 border-bottom:2px solid #333333;
 width:650px;
 margin:auto;
 }

#hdr {
 background: url(images/logo.jpg) no-repeat; 
 width: 650px; 
 height: 163px;
 color: #333333;
 }

#marinestore {
 text-align:center;
 background: #F0F0EC;
 width:147px;
 margin-left:2px;
 }

#bodyblock {
 clear:both;
 float:right;
 position:relative; 
 background: navy;
 color: #333333;
 width:650px;
 }

#l-col {
 float:left;
 color: #333333;
 width:140px;
 }

#cont { 
 border:5px; 
 padding:10px; 
 width:479px; 
 float:right; 
 background:#F0F0EC; 
 color:#333333; 
 border:0 solid #000000; 
 text-align:left; 
 }

#ftr {
 clear:both; 
 background: #F0F0EC;
 color: black;
 border-top: 1px solid black; 
 text-align:center;
 width:650px;
 font-size: .75em; 
 }
 
A:link {
 text-decoration:underline;
 color:black;
 }
 
A:visited {
 color: black;
 }
 
A:active {
 color: blue;
 }

A:hover {
 text-decoration:underline;
 color: blue;
 }

table { 
 border-collapse: collapse; 
 border: 1px solid black; 
 } 

td { 
 padding: 3px; 
 border: 1px solid black; 
 } 
 
h1 {
 text-align:center;
 margin-top:.5em;
 font-size: 1.5em;
 }
 
h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
h5 {
 color:#000;
 text-align:center;
 margin-bottom:0px;
}
 
p:first-letter {    
 font-size: 2em; 		
 font-weight: bold;		
 color:navy;			
 }					
 
ul {
 margin: 0;
 padding: 0;
 list-style: none;
 width: 150px; 
 border-bottom: 1px solid black;
 border-right: 1px solid black;
 border-top: 1px solid silver;
 border-left: 1px solid silver;
 background: black;
 }
ul li img {
  text-decoration: none;
  border: 0;
}
ul li {
 position: relative;
 border-bottom: 1px solid black;
 border-left: 1px solid black;
 border-right: 1px solid black;
 }
	
li ul {
 position: absolute;
 left: 149px; 
 top: 0;
 display: none;
 }

ul li a {
 display: block;
 text-decoration: none;
 font-weight: bold;
 color: black;
 background: #DDDCBC; 
 padding: 5px;
 border: 1px solid #ccc;
 border-bottom: 0;
 }

* html ul li { float: left; height: 1%; }
* html ul li a {height: 1%; }
ul li a:hover { 
 color: black; background: #F0F0EC;
 }
 		
li ul li a { 
 padding: 2px 5px; 
 } 
		
li:hover ul, li.over ul {
 display: block; 
 } 

img {
 border-bottom: 1px solid black;
 border-right: 1px solid black;
 border-top: 1px solid black;
 border-left: 1px solid black;
 }

img.floatleft {
 float: left;
 margin-right: 12px; 
 }
img.floatright {
 float: right;
 margin-left: 12px;
 }

div.bar {
 height:25px;
 background: url(images/bar.jpg) repeat-x;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 width:650px;
 }
 
#bar {
 height:25px;
 background: url(images/bar.jpg) no-repeat;
 border:solid #000000;	
 }

img.title {
 border: none;
 padding: 0;
 margin: 0;
 }

h5, p {
 padding-top: 6px;
 border: 0;
 margin: 5px;
 }

hr {
 margin: 1px;
 height: 1px;
 border: black;
 color: black;
 text-align:center;
 background-color: black;
 }
 
div td {
 margin:3px;
 }
div table {
 margin:3px;
 }
div hr {
 margin:3px
 }
#nav a {
 text-decoration:none;
}

#nav {
 text-align:center;
 border: 1px solid black;
 border-left: 0;
 }

.center {
 text-align:center;
 margin:auto; 
 }