
.newsitemwrapper {
	float:left;
	width:280px;
	min-height:25px;
	padding-left:20px;
	background:url(../images/news_bullet.gif) no-repeat;
	margin-bottom:14px;
	}
.newsitemwrapper:hover, .newson {
	background:url(../images/news_bullet_on.gif) no-repeat;
	cursor:pointer;
	}

.date {
	width:280px;
	float:left;
	min-height:12px;
	padding-top:0px;
	font-size:10px;
	color:#bebdbd;
	}

.newsitem {
	width:280px;
	float:left;
	clear:left;
	font-size:12px;
	padding:0px;
	color:#888888;
	}

.datehl {
	color:#fb8f9a;
	}
.newsitemhl {
	color:#333333;
	}
#headline {
	width:650px;
	color:#888888;
	font-size:16px;
	font-weight:bolder;
	float:left;
	min-height:25px;
	margin-bottom:25px;
	}
#newstext {
	width:325px;
	min-height:250px;
	color:#888888;
	font-size:11px;
	float:left;
	margin-right:25px;
	line-height:20px;
	text-align:justify;
	}
#newspiccolumn {
	width:300px;
	min-height:250px;
	margin-top:8px;
	float:left;
	}
#newspicwrapper {
	width:300px;
	min-height:200px;
	float:left;
	}
#piccaption {
	float:left;
	margin-top:8px;
	font-size:10px;
	font-style:italic;
	color:#666666;
	}