* {
border: 0;
}
body   {
 color: #000000;
 font: 10pt/14pt arial;
 background-color: white;
 text-align: justify;
 margin-left: 2px;
 margin-right: 2px;
}
h1 {
 font: normal bold 14pt helvetica; 
 color: #7B4209; 
 text-align: center;
}
h2 {
 font: normal 8pt helvetica;
 color: #000000;
 text-align: center;
}
h3 {
 font: normal bold 100% verdana, arial, verdana, sans-serif;
 color: #000000;
 text-align: center;
}
a:link, a:visited {
text-decoration: none; 
color: #000000; 
} 
a:hover, a:active { 
 color: #969C9D;
 text-decoration: underline;
} 
#container {
 position: absolute;
 width: 755px;
 height: 600px;
 top: 0px;
 left: 0px;
 background: transparent url(images/aquaulture.jpg) no-repeat top left;
 padding: 5px;
 }
#content {
 position: absolute;
 margin-left: 130px;
 margin-right: 100px;
 width: 500px;
 min-height: 800px;
 top: 110px;
 left: 2px;
 padding: 10px;
 }
#nav {
 position: absolute;
 top: 100px;
 left: 10px;
}
#nav a {
 padding-left: 30px;
}