* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	background-color: #CCCCCC;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3399CC;
	}
#wrapper {
	width: 949px;
	position: absolute;
	left: 50%;
	margin-left: -474px;
}
#logo {
	width: 949px;
	height: 63px;
}
#manu {
	width: 949px;
	height: 47px;
	background-image: url(images/index1_manu.jpg);
	background-repeat: no-repeat;
}
#manu_block {
	font-weight: bold;
	text-align:right;
	padding: 15px 40px 0 0;
	color: #333333;
	font-size: 14px;
}
#banner {
	width: 949px;
	height: 329px;
	background-image: url(images/index1_banner.jpg);
	background-repeat: no-repeat;
}
#title {
	width: 949px;
	height: 43px;
	background-image: url(images/index1_title.jpg);
	background-repeat: no-repeat;
}
#main {
	background-image: url(images/index1_main.jpg);
	background-repeat: no-repeat;
	height: 219px;
	width: 949px;
}
#main_left {
	width: 188px;
	float:left;
	margin: 120px 0 0 20px;
	font-size: 10px;
}
#main_right {
	display: block;
	width: 260px;
	float: right;
	line-height: 20px;
	padding-right: 40px;
	margin-top: 23px;
}
#footer {
	width: 949px;
	height: 25px;
	padding-top: 2px;
}
#Copyright, #Copyright a:link, #Copyright a:visited, #Copyright a:hover, #Copyright a:active {
	font-family: "Arial";
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-align: center;

}
.black {
	color: #000000;
}
a.blue {
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.blue:hover {
	text-decoration: underline;
}
a.link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.link:hover {
	color: #0066CC;
}
