body {
	background-image: url(img/body_bg2.jpg);
}
#header .head_logo {
	float: left;
	margin-bottom: 2px;
	*margin-bottom: 2px;/*IE7*/
}
#main h2 {
	margin-bottom: 20px;
	background-image: url(img/h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	padding-top: 15px;
	padding-left: 10px;
}
#main h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-left: 10px;
}
#main .text_content {
	padding-left: 10px;
}
#main .text_content2 {
	margin-bottom: 20px;
}
#main .pic {
	margin-bottom: 20px;
}
#main .box_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 30px;
}
#main table {
	border-collapse: collapse;
}
#main table.table1 {
	width: 100%;
}
#main table.table1 th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 10px;
	border: 1px solid #999999;
} 
#main table.table1 td {
	padding: 10px;
	border: 1px solid #999999;
	text-align: left;
	vertical-align: top;
}
