#wrapper-home {
 background-image: url("images/index_01.gif");
 background-repeat:repeat-x;
 }
 
#leftmenu-home { 
 background-color: #333333;
 margin-top: 20px;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 /* width: 140px;  changed to accomodate standard ad sizes*/
 width: 120px; 
 border-bottom: 4px solid #999999; 
 padding-bottom: 1px;
} 
#leftmenu-home a { 
 background-color: #999999; 
 text-decoration: none; 
 border-top: 1px solid #333333;
 border-left: 8px solid #666666; 
 padding: 2px; 
 padding-left: 8px; 
 display: block; 
 color: #333333;
} 
#leftmenu-home a:hover { 
 background-color: #CC0000; 
 color: #FFFFFF;  
 border-left: 8px solid #660000;
} 
#centercolumn-home{
 margin-left: 10px;
 margin-top: -5px;
 /* width: 350px;  changed to accomodate standard ad sizes*/
 width: 364px;
 padding-bottom: 10px;
 float: left;
}

#rightcolumn-home{
 margin-left: 10px;
 margin-top: -5px;
 /* position: relative; */
 padding-bottom: 10px;
 /* width: 230px;  changed to accomodate standard ad sizes*/
 width: 235px;
 float: left;
}