
/* MainHome */
/* MainAdvertisement */
#MainHome #MainAdvertisement {
	width:607px;
	height:230px;
	overflow:hidden;
}

/* NewList */
#MainHome #NewList {
	width:260px;
	height:230px;
	overflow:hidden;
	margin-top:10px;
	float: left;
}
#MainHome #NewList h3 {
	font-size: 13px;
	height: 22px;
	line-height: 22px;
	color: #666633;
	letter-spacing: 2px;
	margin-left: 10px;
	border-bottom: 1px solid #b3af87;
}
#MainHome #NewList ul {
	margin: 5px 0 0 10px;
}
#MainHome #NewList ul li {
	width:240px;
	height:22px;
	line-height:22px;
	overflow:hidden;
	white-space: nowrap;
}

/* Advertisement01 */
#MainHome #Advertisement01{
	width:330px;
	overflow:hidden;
	float:right;
	margin-top: 10px;
}
#MainHome #Advertisement01 img{
	width:326px;
	border:1px solid #b3af87;
	padding:1px;
}






