
body  {

	background-image: url('graphics/bg.png');
	border:0px;
	padding:0px;
	margin:0px;
	outline:none;

}

div.story_feature {
	float:left;
	width:162px;
}

div#page_outer {
	width:100%;
	clear:both;
}

div#page_inner {
	width:937px;
	background-color:#000000;
	margin:auto;

	padding:15px;
	
	overflow: auto;

}

div#page_header {
	width:100%;
	text-align:right;
	padding-top:10px;
}

div#page_footer {
	float:left;
	width:937px;
}

div#main_content {
	width:700px;
	float:left;
	clear:both;
}

div#main_title {
	float:left;
	
}

div#actual_date {
	float:right;
	text-align:right;
}

div#story_body {
	float:left;
	width:100%;
}

div.story_box {
	float:left;
	width: 700px;
}

div.story_image {

	float:left;
	width: 60px;
	height:55px;
	
	padding-top:3px;
}

div.story_topbar {
	
	float:right;
	width:640px;
	overflow:hidden;


}

div.story_title {

	float:left;
	width: 640px;

}

em.story_title {
	font-style: normal;
	font-size: 12pt;
	font-family: Arial;
	color:#F0F0F0;
}

div#right_column {
	float:right;
	width:220px;
}

hr.main {
	border:0px;
	border-bottom: solid 1px #666666;
}
