body {
	margin: 0;
}
div {
	font-family: Tahoma, Verdana, Arial, "宋体";
	font-size: 12px;
	line-height: 16px;
}
td {
	font-family: Tahoma, Verdana, Arial, "宋体";
	font-size: 12px;
	line-height: 16px;
}
p {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: Tahoma, Verdana, Arial, "宋体";
	font-size: 12px;
	line-height: 18px;
}
.Title {
	margin: 30px;
	font-family: Tahoma, Verdana, Arial, "宋体";
	font-size: 18px;
	line-height: 16px;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #FF8800;
	text-decoration: none;
}

#div_header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#div_body {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#div_footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#div_header #div_logo {
	width: 218px;
	float: left;
	height: 126px;
	background-image: url(images/layout_01.png);
	background-repeat: no-repeat;
}
#div_header #div_banner {
	height: 126px;
	width: 782px;
	float: left;
	background-image: url(images/layout_02.png);
}

#div_body #div_left {
	height: 741px;
	width: 218px;
	float: left;
	background-image: url(images/layout_03.png);
	background-repeat: no-repeat;
}
#div_body #div_main {
	float: left;
	height: 741px;
	width: 750px;
	background-color: #F5F5F5;
	background-image: url(images/layout_main_bg.jpg);
	background-repeat: no-repeat;
}
#div_body #div_right {
	height: 741px;
	width: 32px;
	float: right;
	background-image: url(images/layout_04.png);
	background-repeat: no-repeat;
}
#div_body #div_main #div_menu {
	width: 218px;
}
#div_body #div_main #div_subtitle {
	background-image: url(images/main_splitline.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 72px;
	width: 750px;
	line-height: 72px;
}
#div_body #div_main #div_content {
	width: 750px;
	height: 660px;
	overflow: auto;
}
#div_body #div_main #div_content #div_table {
	width: 580px;
	margin: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
}

#div_footer #div_bottom {
	height: 133px;
	width: 1000px;
	float: left;
	background-image: url(images/layout_05.png);
	background-repeat: no-repeat;
}
