body {
   background-color: #669966;
}

img 
{
  
  border:1px solid gray;
  padding: 10px;
  margin: 10px;
}

 #container { 
   border: 1px #000 solid; 
   margin: 10px auto; 
   width: 770px;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 10pt;
   background-color: #fff;
 }

 #banner { 
     height: 150px;
     background: #fff url(logo/logo.gif);
     background-repeat: no-repeat;
}

 #content { 
   float: left; 
   width: 585px;
   margin-top: 20px; 
   padding: 0px 15px 25px; 
   line-height: 20px;
}

 #content h1, h2 {
   font-size : 190%;
   color: #333333; 
 }

 
 #ads  { 
   float: right; 
   margin-top: 19px; 
   padding: 5px 0px 5px 10px; 
   font-size: 8pt;
}

 #menu { 
   float: right; 
   width: 140px; 
   margin-top: 19px;	
   margin-left: 10px;	
   font-size: 11px;
   line-height: 15px;
} 

 #footer { 
   font-size: 8pt;
      text-align: center;
      clear: both;
      padding: 20px;
     background-repeat: no-repeat;
      color: #fff; 
} 

 #footer a{ 
   color: #fff; 
} 
 
h1 {
          font-size : 150%;
 }
h1, h2, h3 {color: #000099;
font-style: italic;
font-family: Times New Roman, Times, serif;

}