.container{padding-bottom:15px;display:inline-block;width:100%;overflow:hidden}
.container-empty{display:block;width:100%}
.container-head{
	width:100%;
	float:left;
	background:url(images/heading-line.jpg) no-repeat left bottom;
	color:#000000;
	margin-bottom:4px;
	padding:0 0 6px
}
.container-body{
	width:100%;
	float:left;
	background:url(images/stories-bg.png) no-repeat left bottom;
	border-right:1px solid #eee;
	border-left:1px solid #eee
}
.container-body-no-back{width:100%;float:left;border-right:1px solid #eee;border-left:1px solid #eee}
.container-inner{padding:4px 10px 10px}
div.container-head span.Head {
	font:bold 16px Arial, sans-serif;
	padding-left: 5px;
}

