#main { 
   border: 3px #ccc solid; 
   margin: 1px auto; 
   width: 770px;
   font-size: 15px;
   font-family: Arial, ; 
   background-color: #fff;
}

 #banner {

   background: #444446 url(buttons/small_logo.png) no-repeat 0 0;
   height: 62px;
   border-bottom: 3px #ccc solid;
}

 #content { 
   float: left; width:570px;
   border-right: 1px gray solid;
   padding: 25px; 
   line-height:21px;
   background-color: #fff;
}

 #content b {
   margin-left: -5px;
   font-size : 110%;
   color: #c60909;
}

 #rightbar { 
   float: right; 
   width: 130px; 
   padding: 5px; 
   margin-top: 2px;
   font-family: arial, helvetica;
   font-size: 13px;
   line-height: 20px;
} 

 #leftbar { 
   float: right; width: 300px; 
   padding-left: 15px; 
}

 #footer { 
   text-align: center;
   font-size: 11px;
   clear: both; 
   padding: 2px; 
   border-top: 1px gray solid;
} 
 
 i {
   margin-top: 5px;
   color: #9b2205;
}

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


a:hover {
text-decoration: underline;
}

#content h1 {
   margin-top: 1px;
   font-size : 160%;
   color: #444446;
   border-bottom: 1px solid #F88408;
}

#content h2 {
   margin-top: 20px;
   font-size : 130%;
   color: #444446;
}

 #rightbar h2 {
   margin-top: 20px;
   font-size : 120%;
   color: #444446;
   border-bottom: 1px solid #F88408;
}

h3 {
   margin-top: 25px;
   margin-left: -7px;
   font-size : 120%;
   color: #333;
   border-bottom: 1px solid #ccc;
}

#info {
   padding: 20px;
   width: 500px;
   border: 1px #F88408 solid;
}