#centerpanel {
	width: 575px;
	float: right;
}
#leftpanel {
	width: 186px;
	vertical-align: top;
	float: left;
}
#newsmain {
	width: 567px;
	margin-right: 6px;
	float: right;
}
#newsmaintop {
	width: 100%;
	height: 31px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/news/img_news_bg_top.gif);
	background-repeat: no-repeat;
}
#newsmaincontent {
	width: 100%;
	margin: 0px;
	background-image: url(../../images/news/img_news_bg_rep.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	padding-bottom: 15px;
	padding-top: 15px;
	white-space: 
}
#newscontent {
	width: 530px;
	margin-left: 23px;
	margin-top: 10px;
	vertical-align: top;
}
.linewslist, .linewslist:visited {
	width: 160px;
	min-height: 142px;
	margin: 5px;
	border: 1px solid #CCC;
	background-color: #FFFACD;
	float: left;
}
.linewslist:hover {
	cursor: pointer;
}
.story_headline {
	padding: 5px;
	margin-bottom: 10px;
	color: #000000;
	background-color: #f8f2b8;
	font-weight: bold;
}
.story_txt {
	 width: 145px;
	 font-size: x-small;
	 padding: 5px;
}
.story_credits {
	 width: 100%;
	 font-size: xx-small;
	 color: Gray;
	 margin-top: 10px;
	 padding-left: 5px;
}
#mainbase {
	width: 100%;
	height: 8px;
	background-image: url(../../images/news/img_news_bg_btm.jpg);
	background-repeat: no-repeat;
}