@charset "utf-8";
/*
描述: Cavan布局样式表第一套
作者: linli
版本: 0.1

[目录表]

0- Container
1- Header
2- Body
3- Footer
*/


/* =0 Container
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Container{
	width:860px;
	margin:0 auto;
	position:relative;
}

/* =1 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Header{
	height:150px;
}
#Logo{
	position:absolute;
}
#Navbar{
	position:absolute;
	right:0;
	top:20px;
}

/* =2 Body
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Body{
}
#Wrapper{
	float:left;
	width:100%;
	overflow:hidden;
}
#Main{
	margin-right:203px;
	margin-left:0!important;
	overflow:hidden;
}
#SideBar{
	float:left;
	margin-left:-860px;
	width:100%;
}
#Sub{
	float:right;
	width:193px;
	overflow:hidden;
	/*background:none !important;
	border:0 none !important;
	min-height:0 !important;*/
	/*margin:0 !important;*/
	padding:0 !important;	
}

.com_title h2 { /*line-height:normal;*/}
#Extra{
	clear:right;
	float:right;
	width:193px;
	overflow:hidden;
}

/* =3 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Footer{
	clear:both;
}