body { 
   margin: 0;
   padding: 0;
   border: 0;
   color: #000000;
   font-family: helvetica, sans-serif;
   font-weight: normal;
   font-size: 12px;
}

#container {
   min-width: 950px;
}

#fullheight {
   height: 100%;
}

#main {
   margin: 0;
   padding: 20;
   border: 0;
/*   border: red 4px dashed; */
   background: url(images/trimaran-back.png) no-repeat;
   min-height: 800px;
}

#title {
   background-image: url(images/head_back.png);
   text-align: center;
   width: 100%;
   border: 0;
   padding: 0;
}

#menu {
   font-size: 19px;
   font-weight: none;
   background-image: url(images/menu1.png);
   text-align: center;
   width: 100%;
   height: 25px;
}

ul#menu {
   margin: 0;
   border: 0;
   padding: 0;
   list-style-type:none;
}

ul#menu li {
   margin-left: 1px;
   display: inline;
   list-style: none;
}

ul#menu a,span { 
   display: block;
   width: 12.49%;
   float: left;
   padding: 4px 0;
   text-align: center;
   font-family:  Arial, verdana, sans-serif;
   text-decoration: none;
   font-weight: none;
   font-size: 75%;
   color: blue;
}


ul#menu span{
   background: #47a;
   color: #fff;  
}

ul#menu a:hover {
   background: #ffcccc;
   color: #0f08;
}        

#footer {
   margin: 0;
   padding: 20;
   border: 0;
   font-family: helvetica, sans-serif;
   font-weight: normal;
   font-size: 12px;
   font-weight: italics;
   text-align: right;   
}
