/**********************************************************************************
*
*  This style sheet is used specifically for the features page.
*
**********************************************************************************/

div.story_titles
{
	background-image: url('/images/story-titles.gif');
	background-repeat: no-repeat;
	height: 21px;
}

div#story
{
	position: relative;
	left: 10px;
}

div#story2
{
	position: relative;
	left: 8px;
	font-size: 20px;
	font-style: italic;
	color: #7F1505;
}

div.quotes
{
	background-image: url('/images/quotes.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 64px;
	width: 592px;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: -3px;
	top: -9px;
}

div.quote_content
{
	position: relative;
	top: 13px;
	left: 0px;
	color: #FFFFFF;
	font-size: 15px;
	font-style: italic;
	width: 540px;
}

div.story_summary
{
	width: 270px;
	position: relative;
	left: 14px;
	font-size: 12px;
}

a.read
{
	color: #7F1505;
	text-decoration: none
}

a.title_type:visited
{
	color: #7F1505;
	font-weight:bold;
	text-decoration: none;
}

a.title_type:link
{
	color: #7F1505;
	font-weight:bold;
	text-decoration: none;
}


