/*
HENDERSON CONSTRUCTION
STORY template styles
*/

@import url(base.css);

#story-shell {
	display: block;
	overflow: hidden;
	width: 870px;
}
#story-shell .info {
	display: block;
	float: left;
	margin-right: 10px;
	width: 210px;
}
#story-shell .story {
	display: block;
	float: left;
	width: 650px;
}
#story-shell .info p {
	padding: 0 10px 18px;
}
#story-shell h2 {
	padding-bottom: 8px;
}
#story-shell .info h2 {
	padding-bottom: 14px;
}
#story-shell .story p {
	padding: 0 10px 18px;
}
