@charset "utf-8";

/*init*/
img {
	border-style: none;
}
*{
	margin: 0px;
}




.floatright {
	float: right;
	margin-left: 10px;
}
.floatleft { 
	float: left;
	margin-right: 10px;
}

.clearboth {
	clear:both;
    height:0px;
    font-size: 1px;
	line-height: 0px;
}
.overflowhidden {
	overflow: hidden;
	text-indent: -9999px;
}
html {
	background: url(images/html_bg.jpg);

}


/*layout*/
body {
	background: url(images/body_bg1.jpg) repeat-x;
	margin: 0px;
	height: 100%;
	display: inline;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/wrapp_bg.gif) repeat-y;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#left_logo {

}
#right_bt a {
	float: left;
	width: 80px;
	margin-left:704px;
	height: 30px;
	margin-top: 15px;
}


#head {
	background: url(images/topbana.jpg);
	height: 184px;
	width: 800px;
}
#header {
	background: url(images/header.jpg);
	height: 75px;
	width: 800px;
}
#content {
}
#content_left {
	float: left;
	width: 168px;
}
#cat_nav ul, #cat_nav li {
	list-style: none;
	padding: 0px;
}
#sec_bt1 {
	display: none;
}
#cat_nav {
	margin-left: 4px;
	width: 160px;
	margin-top: 2px;
}

#sec_topics a {
	background: url(images/sec_topics.jpg) no-repeat;
	display: block;
	height: 27px;
	width: 160px;
	padding-bottom: 3px;
}
#sec_zaimu a {
	background: url(images/sec_zaimu.jpg) no-repeat;
	display: block;
	height: 27px;
	width: 160px;
	padding-bottom: 3px;
}
#sec_fee a {
	background: url(images/sec_fee.jpg) no-repeat;
	display: block;
	height: 27px;
	width: 160px;
	padding-bottom: 3px;
}
#sec_duties a {
	background: url(images/sec_duties.jpg) no-repeat;
	display: block;
	height: 27px;
	width: 160px;
	padding-bottom: 3px;
}
#sec_about a {
	background: url(images/sec_about.jpg) no-repeat;
	display: block;
	height: 27px;
	width: 160px;
	padding-bottom: 3px;
}
#sec_contact a {
	background: url(images/sec_contact.jpg) no-repeat;
	display: block;
	height: 27px;
	width: 160px;
	padding-bottom: 3px;
}
#sec_topics a:hover {
	background: url(images/sec_topics.jpg) no-repeat -160px 0px;
}
#sec_zaimu a:hover {
	background: url(images/sec_zaimu.jpg) no-repeat -160px 0px;
}
#sec_fee a:hover {
	background: url(images/sec_fee.jpg) no-repeat -160px 0px;
}
#sec_duties a:hover {
	background: url(images/sec_duties.jpg) no-repeat -160px 0px;
}
#sec_about a:hover {
	background: url(images/sec_about.jpg) no-repeat -160px 0px;
}
#sec_contact a:hover {
	background: url(images/sec_contact.jpg) no-repeat -160px 0px;
}



#content_right {
	float: left;
	width: 600px;
}
#footer {
	background: #FFFFFF url(images/footer.jpg) no-repeat bottom;
	clear: both;
	width: 798px;
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	height: 80px;
}
#footer_left_copyright {
	color: #666666;
	font-size: 11px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	display: inline;
	width: 300px;
}
#footer_right_bt a {
	width: 170px;
	height: 30px;
	display: block;
	margin-left: 290px;
	float: left;
	margin-top: 40px;
}

