/* sidebar */
#sidebar{
 position: relative; 
 width: auto;   
 right: 0;
 top: 0;
 bottom: 0;
 background: #f0f0f0;
 color: #484848 ;  
 text-align: left;
 font-size: .75em;
 padding: 0; 
 border-left: 1px dotted #790019;   
 overflow: auto;
}     
#banner, #mainContent{
 right: 0;
}
#sidebar{
 border-right: 1px solid #790019;
}