 body {
   background-color: #666;
}

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

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

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

 #content h1, h2 {
   font-size : 110%;
   color: #4E662A; 
   border-bottom: 1px #4E662A solid; 
 }

 #sidebar-a  { 
   float: right; 
   margin-top: 1px; 
   padding: 5px 0px 5px 10px; 
   font-size: 12px;
   line-height: 20px;
}

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

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

 #footer a{ 
   color: #fff; 
} 
 
h1 {
          font-size : 150%;
 }

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

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