body {
   background-color: #49596C;
}

 #container { 
   border: 1px #000 solid; 
   margin: 10px auto; 
   width: 770px;
   font-family: arial; 
   font-size: 10pt;
   background-color: #fff;
 }

 #banner { 
     height: 250px;
     background: #fff url(css/header.jpg);
     background-repeat: no-repeat;
}

A:link { color: blue } 
A:visited { color:#000000 }
A:hover { color:#000000 }

 #content { 
   float: right; 
   width: 600px;
   padding: 0px 15px 25px; 
   line-height: 20px;
}

 #content h1, h2 {
   font-size : 120%;
   color: #990000; 
 }

 #sidebar-a  { 
   float: right; 
   margin-top: 0px; 
   padding: 5px 0px 5px 10px; 
}

 #sidebar-b { 
 
   float: left; 
   width: 130px; 	
   margin-left: 10px;	
   margin-top: 10px; 
   font-size: 11px;
   font-family: arial; 
   line-height: 17px;
} 

 #footer { 
   font-size: 9pt;
      text-align: center;
      clear: both;
      padding: 10px;
     background: #fff url(css/footerlogo.jpg);
     background-repeat: no-repeat;
      color: #fff; 
} 

 #footer a{ 
   color: #fff; 
}