body {
   background-color: #95CED5;
}

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

#banner {
   background: url(css/header.jpg) top left no-repeat;
   height: 126px;
   margin: 0;
   border-bottom: 2px #999 solid;
	}

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

 #content h1, h2 {
   font-size : 130%;
   color: #2A2A2B; 
  font-family: arial; 
 }

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

 #sidebar-b { 
   float: left; 
   width: 140px; 
   margin-top: 30px;	
   margin-left: 10px;	
   font-size: 11px;
   line-height: 18px;
} 

 #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; 
} 