@charset "utf-8";
/* CSS Document */
body{
	min-width:750px;
}
#main{
	width:750px;
	text-align:left;
	position:relative;
	left:50%;
	margin-left:-375px;
	margin-top:6px;
}
#header{
	height:120px;
	width:100%;
	background:url(../images/youyee_logo.png) no-repeat;
	border-bottom:1px solid #FFFFFF;
}
#nav{
	height:30px;
	width:100%;
	background:url(../images/nav_bg.png) repeat-x #CA5202;
	border-bottom:1px solid #FFFFFF;
}
#nav ul li{
	float:left;
}
#nav ul a{
	padding-left:26px;
	padding-right:26px;
	color:#FFFFFF;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	display:block;
}
#nav ul a:hover{
	text-decoration:underline;
}
#nav ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#footer{
	line-height:50px;
	width:100%;
	height:50px;
	clear:both;
	text-align:right;
	font-size:10px;
	font-weight:bold;
	clear:both;
	border-top:1px solid #CCCCCC;
	background:url(../images/footer_bg.png) repeat-x;
}
#content{
	min-height:800px;
	background:url(../images/content_bg.png) repeat-x;
}
body{
	margin:0;
	padding:0;
	font-size:11px;
}
#require_txt{
	padding-right:20px;
}
#item_last{
	padding-bottom:100px;
}
