﻿
#storywrap
{
width:620px;	
display:block;
float:left;
text-align:left;
}


#story
{
 margin:0;
 padding:7px;
}

#story .image
{
	display: block;
	float: right;
	text-align: center;
	margin:6px;
	padding-bottom:2px;
	width:362px;
}

#story .image .caption
{
	color: gray;
	font-size:0.9em;
}


#story .image2
{
	display: block;
	float: left;
	text-align: center;
	margin:6px;
	padding-bottom:2px;
}

#story .image2 .caption
{
	color: gray;
		font-size:0.8em;

}


#story .body {font-size:14px; line-height:24px; padding:0 0px 20px 0px;}


#story .category 
{
 margin-right:10px;
 font-size:0.8em;
}

#story .Author
{
	display: block;
	float: left;
	color:#333333;
	font-size:0.8em;
}

#story .Date
{
		display: block;
	float: right;
	color:#333333;
	font-size:0.8em;
	
}





