#storylist{
	padding:1em 0;
}
#storylist .story{
	border-top:1px dotted #7f7f7f;
	clear:both;
	padding:1em 0;
	height:180px;
}
#storylist .story a{
	float:left;
	font-size:90%;
	display:block;
	font-weight:bold;
	margin:0 0 0.5em 0;
}
#storylist .story a.imagelink{
	float:left;
}
#storylist .story a.title{
	width:560px;
	margin:0;
	padding:0.5em 0;
	background-color:transparent;
	color:#ffffff;
}
#storylist .story a.title:hover,
#storylist .story a.title:active,
#storylist .story a.title:focus{
	/*color:#ff6600;*/
}
#storylist .story div.body{
	float:right;
	height:180px;
	width:560px;
	padding:0 5px;
	/*background-color:#b1e3f3;*/
	background-color:#00B0EC;
	color:#333333;
}
#storylist .story p{
	width:560px;
}
#content #storylist .story img{
	border:0;
	margin:0 1em;
}
#storylist .story.left img{
	float:left;
}
#storylist .story.right img{
	float:right;
}



#storydetails {
	clear: left;
	float: left;
	width: 100%;
}
#storydetails .img {
	float: left;
	width: 300px;
}
#storydetails .img .noimg {
	min-height: 16px;
	padding: 197px 6px;
	background-color: #f4f4f4;
	color: #676767;
	font-size: 70%;
	text-align: center;
}
#storydetails .imgcontainer img {
	display: block;
	width: 300px;
	border: 0;
}
#storydetails .detail {
	float: right;
	width: 470px;
}
#storydetails .detail .main {
	float: left;
	width: 470px;
}
#storydetails .detail .main li {
	font-size:70%;
}
#content #storydetails .detail h1 {
	background-color: #ffffff;
	color: #000000;
	font-size: 70%;
}

