* {
	margin: 0;
	padding: 0;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
	background: url('bg.png') repeat-x left top;
	width: 1000px;
	margin: 0 auto 30px auto;
	position: relative;
}

.page {
	background: url('page.jpg') no-repeat left top;
	padding: 70px 125px 0 125px;
	width: 748px;
	height: 850px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #009900;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color:#009900;
}

.right_text {
	text-align: left;
	color:#000000;
	font: 1.2em Arial, Helvetica, sans-serif;
	width: auto;
	height: auto;
	position: relative;
	padding: inherit;
}

.main {
	width: 748px;
	height: 0 auto;
	margin-left: 18px;
}

.topmenu {
	height: 27px;
	background: url("topmenu.png") no-repeat left top;
	font: bold 1em Verdana,sans-serif;
	text-align:center;
	height: 44px;
	margin: 0 5px;
	padding-top: 12px;
	padding-bottom: 5px;
	width: 748px;
	color: #000;
}

.topmenu a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

.topmenu a:hover {
	color: #003366;
	text-decoration: none;
}

.topmenu .current {
	color:#003366;
	text-decoration: none;
}

.header {
	position: relative;
	width: 748px;
	height: 100px;
	overflow: hidden;
}
	
.header span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 748px;
	height: 100px;
	background: url('header.jpg') no-repeat left top;
}

.mainbox {
	padding: 0 4px 10px 5px;
	width: 700px;
	position: relative;
}

.footer1 {
	text-align: center;
	color: #000000;
	padding: 0 27px 3px 27px;	
}

.footer1 a {
	color: #336633;
	text-decoration: none;
}

.footer1 a:hover {
	color: #33CC66;
	text-decoration: none;
}

.main_extend {
	line-height:0px;
	height: 220px;
	background: url("lowbg.jpg") repeat-y left top;
	margin-left: 87px;
}

.footer2 {
	line-height: 0px;
	height: 18px;
	background: url("footer.png") no-repeat left top;
	margin-left: 87px;
}
