/* CSS Document */

.storyWrapper
{
	border-top: 2px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	margin: 6px auto 3px auto;
	width: 500px;
}

.storyWrapper .title
{
	color: #ff0000;
	font: bold 14pt Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: right;
	height: 28px;
	position: relative;
	margin-top: -10px;
	float: left;
	
}

.story
{
	
	clear: both;
	margin: 0.5em 0 0 0;
	
	border-bottom: 1px dashed #cccccc;}

.storyTitle
{
	font: bold 12pt Arial, Helvetica, sans-serif;
	color: #0000cc;
	text-align: left;
	width: 380px;
	
}

.story .description
{
}

.story img
{
	position: relative;
	float: left;
	width: 80px;
	height: 100px;
	margin: 0 2px 2px 0;	
}

.rightImage250
{
	margin: 2px 0 2px 2px;
	float: right;
	position: relative;
	width: 250px;
}

.rightImage180
{
	margin: 2px 0 2px 2px;
	float: right;
	position: relative;
	width: 180px;
}

.leftImage250
{
	margin: 2px 2px 2px 0;
	float: left;
	position: relative;
	width: 250px;
}
.leftImage180
{
	margin: 2px 2px 2px 0;
	float: left;
	position: relative;
	width: 180px;
}