body {
   background-color: #49596C;
}

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

 #banner { 
     height: 120px;
     margin-left: 10px;
     background: #fff url(css/header.jpg);
     background-repeat: no-repeat;
}

a, a:link, a:visited {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}
a:active {
   color: #000; 
   background: #F6C5A1;
}

 #content { 
   float: left; 
   width: 400px;
   padding: 0px 15px 25px; 
   line-height: 20px;
   font-size: 10pt;
}

 #content h1, h2 {
   font-size : 110%;
   color: #990000;  
 }

 #sidebar-a  { 
   float: right; 
   margin-top: 30px; 
   margin-left: 5px;	
   margin-right: 5px
   padding: 5px 10px 5px 0px; 
}

 #sidebar-b { 
   float: left; 
   width: 110px; 
   margin-top: 30px; 	
   margin-left: 10px;	
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;
} 

 #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; 
} 
 
h1 {
          font-size : 150%;
 }
