#content {
	float: left;
	margin-right: 9px;
	width: 482px;
}

div.feature {
	display: block;
	float: right;
	margin: 0 6px 0 0;
	width: 250px;
}

div.feature div.button {
	background: #f0f0f0;
	border: 1px solid #e5e5e5;
	margin-bottom: 18px;
	padding: 9px;
}

div.feature div.story {
	margin: 0 6px 18px 0;
	margin-bottom: 18px;
	position: relative;
}

div.feature div.story div.title {
	top: 138px;
	height: 30px;
	line-height: 28px;
	width: 232px;
	background: url('../images/feature-title-bg.png') top center;
	position: absolute;
	color: #fff;
	font-size: 18px;
	padding: 0 9px;
}

div.feature div.story div.phototop {
	height: 27px;
	position: absolute;
	top: -1px;
	z-index: 2;
}

div.feature div.story div.photo {
	position: absolute;
	top: 0;
}

div.feature div.story p {
	position: relative;
	top: 171px;
}

div.feature .more {
	text-align: right;
	position: relative;
	top: 0px;
}

.continue {
	float: right;
	position: relative;
	bottom: 0;
}