@charset "utf-8";
/*************************************
* 文件名称：layout.css
* 作   者：界面设计制作部
* 创建日期：2009-4-1
* 最后修改：name/ 第X行 / yyyy-mm-dd
* 文件版本：UI CSS Frameworks Beta
* 内容概要:两列版式样式
*************************************/
/*根容器*/  
#box_root{
	margin-right: auto;
	margin-left: auto;
}
/*头部导航*/  
#box_header {
	width: 100%;
}
/*底部版权*/  
#box_footer{
	width: 100%;
}
/*主栏*/  
#box_main{
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
/*左栏目*/  
#box_left{float:left;width:208px;}
/*左栏目的间距设置*/ 
#box_left .columnSpace { }

/*右栏目*/  
#box_right{*+width:74.9%;float:right;width:794px;}
/*右栏目的间距设置*/ 
#box_right .columnSpace { }

 
#box_header_sub1{background-image:url(../images/shou1.jpg);background-position:center center;background-repeat:no-repeat;float:none;height:106px;width:100%;}
#box_header_sub2{float:none;height:261px;width:100%;}
#box_header_sub3{float:none;height:40px;width:100%;}
#box_right_sub1{background-image:url(../images/n-middle.jpg);background-position:center top;background-repeat:no-repeat;float:left;height:300px;width:33px;}
#box_right_sub2{float:left;width:761px;}
#box_left_sub1{background-image:url(../images/n-left1.jpg);background-position:center center;background-repeat:no-repeat;float:none;height:88px;width:100%;}
#box_left_sub2{background-image:url(../images/n-left2.jpg);background-position:center center;background-repeat:repeat-y;float:none;height:100%;width:100%;}
#box_left_sub3{width:100%;}
#box_footer_sub1{background-image:url(../images/foot1.jpg);background-position:center center;background-repeat:no-repeat;float:none;height:98px;width:100%;}
#box_footer_sub2{background-image:url(../images/foot2.jpg);background-position:center center;background-repeat:no-repeat;float:none;height:87px;width:100%;}
#box_footer_sub1_sub1{float:none;height:40px;width:100%;}
#box_footer_sub1_sub2{float:none;height:55px;width:100%;}
#box_left_sub2_sub1{width:100%;}
#box_left_sub2_sub2{width:100%;}/* CSS Document */

