#main .section-last .group {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#main .section-last .group h3 {
	font-size: 42px;
	color: #654500;
}
#main .section-last .group p {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
#main .section-last .group .price {
	width: 960px;
}
#main .section-last .group .price tbody tr th {
	font-size: 15px;
	color: #FFF;
	background-color: #654500;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#main .section-last .group .price tbody tr td {
	font-size: 15px;
	background-color: #FFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#main .section-last .group .contact {
	background-image: url(../images/bg_contact.jpg);
	background-repeat: no-repeat;
	height: 101px;
	width: 960px;
	position: relative;
}
#main .section-last .group .contact ul .mail {
	position: absolute;
	left: 15px;
	top: 15px;
}
#main .section-last .group .contact ul .pdf {
	position: absolute;
	top: 15px;
	right: 15px;
}
