#years ul{
	list-style-type:none;
	padding:0px;
	margin:0px 0px 20px 0px;
	font-size:14px;
	font-weight:bold;
	color:#999999;
}

#years ul li{
	padding:0px;
	margin:0px 20px 0px 0px;
	float:left;
	display:inline;
}

.news-date{
	width:40px;
	height:40px;
	float:left;
	padding:0px 12px 0px 0px;
	background-image:url(/images/news-date-bg.png);
	background-repeat:no-repeat;
	
}

.news-date-mo{
	color:#FFFFFF;
	text-align:center;
}

.news-date-day{
	color:#639442;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

#news-image-holder {
	float: right ;
	margin: 0px 0px 12px 12px ;
}

