#home_banner{
	position: relative;
	right: 8px;
}
.home h2{
	padding-top: 10px !important;
	clear: both;
}
 h2.nadp_home{
	background: #EA4D06;
	color: #fff;
	padding: 4px 5px;
	margin-bottom: 6px;	
}
 h2.nadp_home a{
	color: #fff;
	text-decoration: none;
}
.h_box{
	width: 243px;
	height: 97px;
	background: #fdeccb url(../images/home_box.gif) no-repeat;
	overflow: hidden;
	position: relative;
	float: left; 
}

.h_text{
	width: 107px;
	height: 73px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 18px;
}
.h_text h3{
	padding-bottom: 2px;
}
.h_text p{
	font-size: 85%;
	line-height: 1em;	
}


.h_img{
	width: 75px;
	width: 75px;
	position: absolute;
	top: 10px;
	right: 33px;
}

#content{
	border-top: none;
}
#home_end{
	background: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid #dee9fa;
	
}