#main {
	padding: 0;
	margin: 0 auto;
	width: 991px;
	height: 613px;
	text-align: center;
	background-image: url(../images/front_bg.jpg);
	background-repeat: no-repeat;
}

.mainleft {
	width: 138px;
	height: 613px;
	float: left;
}

.mainmiddlefront {
	padding: 0;
	margin: 0 auto;
	width: 981px;
	height: 613px;
	overflow: hidden;
}

.mainmiddlerest {
	width: 795px;
	height: 613px;
	float: left;
}

.mainright {
	width: 138px;
	height: 613px;
	background-repeat: no-repeat;
	float: left;
}

.header {
	position: relative;
	padding: 0;
	padding-top: 15px;
	margin: 0 auto;
	width: 645px;
	text-align: center;
}

.logo {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	margin-left: 15px;
	text-align: left;
	width: 610px;
	height: 60px;
}

.menu {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 601px;
	height: 26px;
}

.menu a img {
	border: 0px;
	padding: 0;
	margin: 0;
}

.linespacer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-image: url(../images/linespacer.gif);
	background-repeat: no-repeat;
	height: 1px;
	width: 620px;
	overflow: hidden;
}

.content_index {
	padding: 0;
	margin: 0 auto;
	width: 620px;
	height: 455px;
	margin-top: 20px;
	padding-left: 0px;
	overflow-y: hidden;
	overflow-x: hidden;
	font-size: 10px;
	text-align: center;
}

.content_index p {
	font-size: 14px;
}

.content_index a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.content_index a:hover {
	text-decoration: underline;
}

.content_index .style3 {
	font-size: 14px;
}

.content_index table {
	margin: 5px;
}