
    
    #st_container
    {
            margin: 0 auto;
            width: 960px;
            text-align: left;
			/* background: #dedcab;*/
    }
    
    #st_container_body {     
            background: url(/images/frontend/theme/anronet/bg_content.gif) top left repeat-y;
	}
	
	#st_container_head {
		width: 745px;
		float: left;
	}
    
    
    #st_container_left 
    {
        width:235px;  
        padding:0px;              
        float: left;  
		/* background: #824662; */
    }
    
    #st_container_content 
    {
        width:510px;
        /* margin:0px 10px; */
        float: left;
        /* margin-left:15px; */
		/* background: #AACC94;	 */

    }
    
    #st_container_right 
	{
        width:215px;        
        float: right;
		/* background: #e1a5c0;*/ 
		/* background-image: url('/images/frontend/theme/anronet/background_container_right_top.png'); */
    }
    
    #st_container_foot 
    {
        width:960px;     
    }
    
