* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ËÎÌå", Arial;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: center;
}
#header {
	background-image: url(../images/01_03.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 1002px;
	clear: both;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-position: right top;
	text-align: left;
}
#menu {
	height: 26px;
	width: 1002px;
	text-align: center;
	overflow: hidden;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	line-height: 26px;
	background-color: #072d6c;
}
#menu ul {
	margin-left: 34px;
}

#menu li {
	list-style-type: none;
	float: left;
	width: 70px;
	font-size: 12px;
	color: #FFFFFF;
}
#menu li a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu li a:hover {
	font-size: 12px;
	color: #FCF607;
	text-decoration: none;
}

#main {
	width: 1002px;
	height: auto;
	background-color: #c2dde8;
	clear: both;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#main #text {
	width: 815px;
	margin-top: 29px;
	margin-left: 25px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
#main #text ul {
	padding-top: 37px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 10px;
}
#main #text li {
	list-style-type: none;
	margin-bottom: 10px;
}
p {
	text-indent: 2em;
}
#footer {
	height: 39px;
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	background-color: #FFFFFF;
	line-height: 39px;
	text-align: left;
}
#footer span {
	margin-left: 360px;
}
a:link {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}

