#news-main
{
	width: 600px;
	margin: 5px auto;
	border: 0px solid black;
}
.news-top
{
	font-weight: bold;
	text-align: left;
	width: 60%;
	float: left;	
}
.news-text
{
	clear: both;
	font-style: italic;
	text-align: justify;
	border-top: 1px dotted gray;
}
.news-date
{
	font-family: "Courier New";
	text-align: right;
	width: auto;
	white-space: nowrap;
	float: right;
}
.news-div-top
{	
	/* background-color: #f2f0f2;*/
}
.news-div-new
{
	border: 0px solid gray;
	padding: 3px;
	margin-bottom: 7px;
}
.news-admin
{
	font-family: "Courier New";
	text-align: center;
}
.news-hr
{
	color: gray;
	height: 1px;
}
.news-admin-date
{
	font-family: "Courier New";
	text-align: right;
	width: auto;
	white-space: nowrap;
	font-weight: normal;
	
}
