﻿@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;
	height: auto;
}
/*头部导航*/ 
#box_header {
	width: 100%;
}
/*底部版权*/  

/*主栏*/ 

/*左栏目*/
#box_left {
	width: 33.3%;
	float:left;
}
/*左栏目的间距设置*/ 
#box_left .columnSpace { }

/*中间栏目*/ 
#box_middle {
	width: 33.3%;
	float:left;
}
/*中间栏目的间距设置*/ 
#box_middle .columnSpace { }

/*右栏目*/ 
#box_right {
	width: 33.4%;
	*+width: 33.3%;
	float:right;
}
/*右栏目的间距设置*/ 
#box_right .columnSpace { }

 
#box_header_sub1{float:left;width:46%;}
#box_header_sub2{float:left;width:26%;}
#box_header_sub3{float:right;width:25%;}