body {
   background-color: #59769C;
}

 #container { 
   border: 1px #ccc solid; 
   margin: 10px auto; 
   width: 770px;
   font-family: arial; 
   font-size: 10pt;
   background-color: #fff;
 }

 #banner { 
     height: 250px;
     background: #fff url(css/beachview.jpg);
     background-repeat: no-repeat;
}

A:link { color: blue } 
A:visited { color:#000000 }
A:hover { color:#000000 }

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

 #content h1, h2 {
   font-size : 140%;
   color: #000099; 
   font-style: italic;
   font-family: Times New Roman, Times, serif; 
 }

 
 #sidebar-a  { 
   float: right; 
   margin-top: 0px;
   padding: 12px;
   width: 120px; 
}

 #sidebar-b { 
   float: left; 
   width: 140px; 
   margin-top: 19px;	
   margin-left: 10px;
   font-family: arial; 
   font-size: 11px;
   line-height: 15px;
} 

 #footer { 
   font-size: 8pt;
      text-align: center;
      clear: both;
      padding: 20px;
     background: #fff url(css/footerview.jpg);
     background-repeat: no-repeat;
      color: #fff; 
} 

 #footer a{ 
   color: #fff; 
} 