@charset "utf-8";
body {
	background: url(images/style1_bg.jpg);
}
#main {
	margin: 0px auto; width: 980px;
	background: #FFF url(images/style1_main_bg.jpg) repeat-y;
}
#main img {vertical-align: bottom;}
#main #title {
	width: 520px; text-align: right;
	height: 28px; line-height: 32px;
	background: url(images/style1_top_bg.jpg) no-repeat;
	padding: 54px 24px 319px 436px; color: #FFF;
	font-size: 18px; overflow: hidden;
	font-family: "黑体";
}
#main #left {
	width: 195px; padding: 130px 1px 10px 16px;
	background: url(images/style1_left_bg.jpg) no-repeat;
	line-height: 180%; float: left;
}
#main #right {
	width: 717px;
	margin: 0 23px;
	float: left;
	line-height: 180%;
}
#main #right p {
	text-indent: 2em;
	margin: 10px 0px;
	padding: 0px;
}
#main #bottom {
	width: 980px; clear: both;
	height: 79px; line-height: 79px;
	color: #FFF; text-align: center;
	border-top: 1px solid #A7A7A7;
	background-color: #449FD8;
}
