

#news {
	width: 350px;
	height: 23px;
	background-image : url(../images/news.gif);
	background-repeat : no-repeat;
	margin-bottom:20px;
}

#featuredProjects {
	width: 250px;
	height: 23px;
	background-image : url(../images/featured_projects_2.gif);
	background-repeat : no-repeat;
	margin-bottom:20px;
}

#AboutUs {
	width: 250px;
	height: 23px;
	background-image : url(../images/about_us2.gif);
	background-repeat : no-repeat;
	margin-bottom:20px;
	margin-left: -2px;
	display: block;
}

.itemContainerLeft{
	width: 250px;
	float:left;
}

.itemContainerRight{
	width: 350px;
	float:right;
}

.greenText {
	color:#A1C683;
}

.date {
	color:#E4D5AA;
	font-weight:bold;
}

.title{
	margin-top: 20px;
	color:#C7CD61;
	font-weight:bold;
}

.more {
	background-image : url(../images/more.gif);
	background-repeat : no-repeat;
	background-color: transparent;
	float:right;
	width:49px;
	height:9px;
	margin-top:20px;
	margin-right:10px;
}