#main h1 {
	position: absolute;
	left: 12px;
	top: 120px;
	width: 530px;
	height: 170px;
	text-indent: -9999px;
	background: url(../../../img/homeImg.jpg);
}
#main h1+h2 {
	margin-top: 0;
}
#main {
	padding-top: 200px;
	min-height: 0 !important;
}
* html #main {height: 0 !important;}




/* news in sub1 */
#sub1 .news {
	padding-top: 30px;
}
#sub1 .news ul {
	margin: 0;
}
#sub1 .news li {
	list-style: none;
	padding: 0;
	margin: 1.5em 0;
}
#sub1 .news h2 {
	margin-top: 0;
	border-bottom: 2px solid #cd6100;
	padding-bottom: .1em;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}
#sub1 .news h3 {
	color: #cd6100;
	font-weight: bold;
	text-decoration: none;
}
