#newspage
{
	min-height:600px;
}

#newspage #list
{
	min-width: 600px;
	height: 150px;
	border: 1px solid #333;
	/*border-top: 1px solid gray;
	border-bottom: 1px solid white;
	border-right: 1px solid white;*/
	overflow:auto;
	margin-bottom:20px;
	background:#FFF url(../media/images/backgrounds/news_Background.jpg) no-repeat;
	padding:0;
}
#newspage #list a
{
	margin-bottom:10px;
	margin-left:10px;
}

#newspage #list .date
{
	color:Black;
}

#newspage #list a:hover{color:red;}

#newspage #newstory
{
	width: 100%;
	height: 600px;
	overflow:auto;
}        
#newspage #category{height:20px;margin-bottom:10px;display:none}

#newspage #msgpanel
{
	display:none;
}