
    
    #st_container
    {
            margin: 0 auto;
            width: 843px;
            text-align: left;
    }
    
    #st_container_body 
    {            
            background-repeat: repeat-y;		
    }
    
    
    #st_container_left 
    {
        width:180px;  
        margin:0px;
        padding:0px;              
        float: left;  
    }
    
    #st_container_content 
    {
        width: 367px;
        margin:0px 18px;
        float: left;
        margin-left: 18px;
    }
    
    #st_container_right 
    {
        width:180px;        
        float: left;
    }
    
    #st_container_foot 
    {
        width: 841px;                     
    }
    
