@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background:url(../img/bg.gif) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a {
	color:#b57f33;
}
a:hover {
	color:#666666;
}
h2 {
margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
margin:20px 0px 10px 0px;
	font-size:22px;
	color:#6eb9e5;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
margin:10px 0px 0px 0px;
	font-size:12px;
	color:#d09849;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
}
.main {
	float:left;
	width:988px;
	background:url(../img/content_bg.gif) repeat-y;
}
.head {
width:793px;
float:left;
height:235px;
text-align:right;
padding:45px 195px 0px 0px;
}
.content {
width:988px;
	float:left;
	background:url(../img/head.jpg) no-repeat;
	
}
.left {
	float:left;
	width:201px;
	padding-left:67px;
}
.menu {
	width:191px;
	float:right;
	margin-bottom:30px;
}
.menu_item a {
	background:url(../img/btn.png);
	float:left;
	width:161px;
	height:26px;
	padding-top:12px;
	padding-right:30px;
	color:#6eb9e5;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	text-align:right;

	 overflow:hidden;
	 display:block;
}
.menu_item a:hover {
	background-position:0px -38px;
	color:#d09849;
}
.menu_item_active a {
	background:url(../img/btn.png);
	float:left;
	width:161px;
	height:26px;
	padding-top:12px;
	padding-right:30px;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	background-position:0px -38px;
	color:#d09849;
	cursor:default;
}
.leftbox {
	width:171px;
	float:right;
	padding-right:30px;
	font-family:Arial, Helvetica, sans-serif;
}
.leftbox p {
	color:#0e2530;
	font-size:12px;
	text-align:right;
	margin-top:10px;
}
.right {
	float:left;
	width:500px;
	padding:0px 111px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#0e2530;
}
.footer {
	float:left;

	background:url(../img/footer.jpg) no-repeat;
	height:44px;
	width:793px;

text-align:right;
padding:80px 195px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size:11px;
}
.footer a {
color:#999999;
}
.footer a:hover {
color:#0e2530;
}
.text1{
color:#937c5c;
font-weight:bold;
font-size:14px;
}
.text2{
color:#d09e55;
font-size:18px;

}