@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{
	float:left;
	width:193px;
	position:relative;
	padding-top:100px;
	z-index:1;
}
#Logo{
	position:absolute;
	top:0;
}
#Navbar{
}

/* =2 Body
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Body{
	float:right;
	width:657px;
}
#Banner{
	width:860px;
	margin-left:-203px;
	position:relative;
}
#Wrapper{
	float:left;
	width:100%;
	overflow:hidden;
}
#Main{
	overflow:hidden;
	margin-left:0!important;
	margin-right:0!important;
}
#SideBar{
	float:left;
	width:100%;
	margin-left:auto!important;
}
#Sub{
	float:left;
	width:49.1%!important;
	overflow:hidden;
}
#Extra{
	float:right;
	width:49.1%!important;
	overflow:hidden;
}

/* =3 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#Footer{
	clear:both;
}