#numbers
{
	float: left;
	margin-right: 10px;
}

div.story p
{
	font-size: small;
}

div.story
{	
	background-color: #fff;	
	border: 1px solid #AEB8AE;	
	padding: 10px;	
	margin-bottom: 25px;	
	text-align: left;
}

div.details
{
	font-size: x-small;
}


div.news
{
	margin-bottom: 25px;
	height: auto;
	width: 500px;
	float:left;
	text-align: justify;
}

div.news h1
{
	text-align: left;
}

div.news_bio
{
	float: left;
	clear: right;
	margin-left: 45px;
	margin-top: 20px;
	border: 1px solid #AEB8AE;
	padding: 15px;
	background: url('../images/corner-gradient.png') no-repeat top right;
}

#page_controls
{
	margin-left: auto;
	margin-right: auto;
	float: left;
	clear: both;
	width: 500px;
}

#previous
{
	float: left;
	padding: 5px;
    cursor: pointer;
	vertical-align: middle;
	padding-left: 35px;
	background: url('../images/previous.png') no-repeat center left;
}

#next
{
	padding: 5px;
    cursor: pointer;
	vertical-align: middle;
	padding-right: 35px;
	float: right;
	background: url('../images/next.png') no-repeat center right;
}

