@charset "utf-8";
#wrapper {
	height: inherit;
	width: 990px;
	background-image: url(images/background.png);
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

#banner {
	width: 990px;
	height: 330px;
	background-image: url(images/e-banner.png);
}

#content {
	float: right;
	width: 600px;
	overflow: auto;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 100px;
	background-repeat: repeat;
}
#navigation {
	height: auto;
	width: 150px;
	padding: 20px;
	background-image: url(images/navigation.png);
}
#footer {
	width: 950px;
	float: right;
	padding: 20px;
}


a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #F1AF36;
}
body {
	font-size: 24px;
	font-family: "Times New Roman", serif, sans-serif;
}
h1 {
	font-family: "Times New Roman", serif, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	text-align: right;
	line-height: 50px;
}
h2 {
	font-family: "Times New Roman", serif, sans-serif;
	font-size: 40px;
}
.chinese {
	font-family: "Adobe 楷体 Std R", "Adobe 黑体 Std R", "Adobe 仿宋 Std R";
	font-size: 30px;
}
h3 {
	font-family: "Times New Roman", serif, sans-serif;
	font-size: 24px;
	font-weight: bolder;
}

p {
	text-indent: 40px;
}
