@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	font-family: Tahoma, Arial, Verdana, "Times New Roman";
	font-size: 14px;
	color: #333333;
}

.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 266px;
	width: 925px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.nav {
	height: 40px;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
}
.body {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 658px;
	width: 891px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.body_inner {
	background-image: url(../images/inner_bannera.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	width: 891px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 609px;
}
.b_content {
	margin: 0px;
	padding: 0px;
}
.b_innercontent {
	margin: 0px;
	padding: 0px;
}
.about_innera {
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}
.innerb {
	background-image: url(../images/inner_bannerb.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	width: 891px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.innerc {
	background-image: url(../images/inner_bannerc.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	width: 891px;
	margin-right: auto;
	margin-left: auto;
	height: 47px;
}

.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 118px;
	width: 891px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Footlight MT Light", Tahoma, verdana, "Times New Roman", Arial;
	font-size: 12px;
	color: #9e8606;
}
.created {
	padding: 0px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
a:link {
	color: #9e8606;
	text-decoration: none;
}
a:visited {
	color: #9e8606;
	text-decoration: none;
}
a:hover {
	color: #010000;
	text-decoration: none;
}
