/* CSS Document */

#story
{
	float:left;
	width:460px;
	margin:0px 0 8px 0;
	background-color:#fff;
	border:1px solid #707a95;
	padding:10px;
}

#story #story-image
{
	float:left;
	margin:0 15px 0 0;
	width:60px;
}

#story #story-details
{
	float:left;
}

#story #story-details a,
#story #story-details a:visited
{
	text-decoration:none;
	font-weight:bold;
}

#story #story-details #watch-story
{
	float:right;
	margin:0 0 10px 10px;
}

#story #story-details #watch-story img
{
	margin:8px 0 10px 0;
	border:none;
}

#story h2
{
	margin:0px 0px 8px 0px;	
}