#main  {
   background-color: #6699ff;
   margin:0;
   border-color: #6699ff;
   border-width: 10px;
   border-style: solid;

}

#main .maintable {
   background-image:url("images/background.gif");
   background-repeat:repeat;
   font-family: Georgia, "Times New Roman", Times, serif;
   text-decoration: none;
   border-spacing:0px; 
   width:750px;
}


#main .maintable .header {
   background:url('images//header.jpg');
   text-align:center;
   font-weight: bold;
   color:#EDF6D5;
   margin:0;
   border:0;
   padding:0;
   width:100%;
}
#main .maintable .header:first-line   {
   font-size: 20pt;
}

#main .maintable .menu {
   background-color: #C5E274;  
}
#main .maintable .content {
   text-align:center;
   margin:0;
   border:0;
   padding:0;
   width:100%;
}


