.main-image {
	padding: 30px 0;
	text-align: center;
	border-bottom: 1px solid #999;
}
.main-contents {
	padding-bottom: 60px;
}
.main-contents p {
	padding: 4px 20px;
}
#title {
	padding: 0 10px;
}
#headline {
	margin-bottom: 40px;
	padding: 0 10px 40px 10px;
	border-bottom: 1px solid #999;
}
#news {
	width: 570px;
	float: left;
}
#special-feature {
	width: 370px;
	float: right;
}
.special-feature {
	border: 1px solid #999;
}
#features {
	padding: 0 10px;
}
.features ul {
	margin: 0;
	padding: 20px 0;
	list-style: none;
	height: 375px;
}
.features ul li {
	float: left;
	margin-left: 17px;
	border: 1px solid #999;
	width: 230px;
	height: 100%;
}
.features ul li:first-child {
	margin-left: 0;
}
.features ul li a:link,
.features ul li a:visited {
	display: block;
	height: 100%;
}

.special-feature .header,
.features .header {
	padding: 8px 12px;
	border-bottom: 1px solid #999;
}
.special-feature .image,
.features .image {
	text-align: center;
	padding: 12px 0 12px 0;
}
.special-feature .image img {
	width: 60%;
}
.features .image img {
	width: 90%;
}
.special-feature .message,
.features .message {
	border-top: 1px solid #999;
	padding: 4px 12px;
}
