@charset "utf-8";

body{
	background:url(/public/images/nbg.jpg) center top no-repeat;
	font-size:13px;
	color:#fff;
	line-height:23px;

}
body  a,a:visited{
	text-decoration:none;
	color:#DAB96B;
}
body  a:hover{
	text-decoration:none;
	color:#FEF4B9;
}
#wrapper{
	background:url(/public/images/nbg.jpg) center top no-repeat;
	width:995px;
	margin:auto;
	margin-top:0px;
}

#main{
	font-size:13px;
	width:995px;
	min-height:530px;
}
#main_left{
	float:left;
	width:172px;
	margin-top:175px;
	padding:0 33px;
	color:#DAC394;
	line-height:20px;
}
#main_right{
	color:#000;
	float:right;
	font-size:13px;
	margin-top:68px;
	width:750px;
}
#footer{
	clear:both;
	width:100%;
	margin-top:23px;
	color:#DAB96B;
	text-align:center;
}
#footer li{
	clear:both;
	display:inline;
	padding-left:0.5em;
}
#footer li a,visited{
	display:inline;
	color:#DAB96B;
	text-decoration:none;
}
#footer li a:hover{
	color:#e0e0e0;
}
