 body {padding: 0; margin: 0; font-size: 62.5%; font-family: Verdana, Tahoma, Arial, sans-serif; background: #888;}
    #wrapper {width: 1000px; border-right: 2px solid #FFF;}
    
    #header {}
        
    #container {float: left; background: #FFF url(../images/container-bg.gif) 0 0 repeat-y;}
        #sidebar {float: left; width: 144px; background: #82022C url(../images/btn_bg.jpg) repeat-x 0 0; height: 533px;}
        #container #content {float: left; width: 856px; background: #FFF;}
            #content div.main {float: left; width: 560px; padding-left: 10px;}
            
            #content div.sub {float: left; width: 276px; padding: 0 0 0 5px;}
                html>body #content div.sub {width: 276px; padding: 0 5px;}
                
            #content div.combined {padding: 0 5px 0 10px}    
                
    #footer {clear: both; width: 100%; background: #412C33; border-top: 2px solid #FFF;}
