@charset "utf-8";
/* CSS Document */
#header{
	width:100%;
	height:350px;
	min-width:1000px;
	background:url(../_imgs/headerBotBG.jpg) repeat-x bottom;
}
#header #top{
	width:100%;
	height:100px;
	background:url(../_imgs/headerTopBg.jpg) repeat-x;
	border-bottom:1px solid #333;
}
#header #menu{
	float:left;
	height:63px;
	padding-top:37px;
	position:relative;
}
#header #menuContent{
	width:520px;
	height:47px;
	padding-top:16px;
	padding-left:0px;
	float:left;
	background:url(../_imgs/menuBg.gif) repeat-x;
}
#header #menuCurve{
	width:20px;
	height:63px;
	float:left;
	background:url(../_imgs/menuCruve.gif) no-repeat;
}
#header #logo{
	width:450px;
	height:100px;
	float:left;
	background:url(../_imgs/logo.gif) center no-repeat;
	background-position:10px 10px;
}
#header #image{
	border-top:1px solid #222;
	width:100%;
	height:250px;
	background:url(../_imgs/headerImg.jpg) center left no-repeat;
}


