#service {
	width: 800px;
	height: 250px;
	margin-bottom: 10px;
	background-image: url(../img/index_service.jpg);
	display: none;
}
#service ul {
	margin: 0px;
	padding: 0px;
}
#service li {
	float: left;
	width: 265px;
	height: 250px;
	text-align: center;
}
#service img {
	margin-top: 25px;
}

#service2 {
	width: 800px;
	height: 140px;
	margin-bottom: 10px;
	background-image: url(../img/index_service2.jpg);
}
#service2 ul {
	margin: 0px;
	padding: 0px;
}
#service2 li {
	float: left;
	height: 140px;
	text-align: center;
	margin-top: 20px;
}


#auction {
	width: 500px;
	height: 150px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DB0000;
}
#auction h2 {
	margin: 0px;
	padding: 0px;
	width: 500px;
	height: 35px;
	display: block;
	line-height: 30px;
	background-image: url(../img/index_auction_bg.jpg);
	background-repeat: no-repeat;
}
#auction span {
	display: none;
}
#auction p {
	width: 490px;
	height: 110px;
	display: block;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
}
#auction img {
	float: left;
}

#blog {
	float: left;
	width: 300px;
	height: 150px;
	line-height: 150px;
	text-align: center;
}

