#index_banner {
	height: 260px;
	width: 950px;
	margin: 1px auto 0px auto;
	clear: both;
}
#index_main {
	background: url(../images/index_main_bg.gif) repeat-x bottom;
	height: 175px;
	width: 950px;
	margin: 0px auto;
}
#index_main .leftdiv {
	float: left;
	width: 315px;
	margin-top: 10px;
}
#index_main .leftdiv dl {
	margin-left: 20px;
}
#index_main .leftdiv dl dt {
	height: 25px;
	background: url(../images/line.gif) no-repeat left center;
	line-height: 25px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
}
#index_main .leftdiv dl dd {
	height: 25px;
	line-height: 25px;
	background: url(../images/point.gif) no-repeat left center;
	padding-left: 15px;
}
#index_main .leftdiv dl dd a {
	color: #32445C;
}
#index_main .leftdiv dl dd a:hover {
	color: #FF9900;
}
#index_logo {
	height: 95px;
	width: 950px;
	margin: 1px auto 0px auto;
	background: url(../images/index_logo_bg.gif) repeat-x top;
	clear: both;
}
#index_logo h2 {
	background: url(../images/line.gif) no-repeat left center;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	padding-left: 15px;
	margin: 10px 0px 5px 0px;
}
#index_logo .left {
	float: left;
	height: 95px;
	width: 385px;
	margin-left: 20px;
	display: inline;
}
#index_logo .left img {
	display: block;
	margin-right: 30px;
	float: left;
}
#index_logo .right {
	float: right;
	height: 95px;
	width: 525px;
}
#index_logo .right img {
	display: block;
	margin-right: 20px;
	float: left;
}

