#news {
	float: left;
	margin-left: 35px;
	width: 230px;
}
#news #feed {
	width: 230px;
}
#news #feed h4 {
	margin: 0px;
	text-align: center;
	color: #000000;
	border-bottom: 2px solid #000000;
	font-size: .85em;
	background: #D7D7E3;
}
#news #feed a {
	text-decoration: underline;
	color: #28A2C9;
	display: block;
	text-align: center;
}
#news  h3, #mainContent h3 {
	font: 1.4em "Palatino Linotype", Baskerville, "Book Antiqua";
	text-align: center;
	border-bottom: 1px solid #979B00;
	margin-top: 0px;
}
#areaImg {
	border: 1px solid #979B00;
	padding: 3px 3px 7px;
}

#news #feed a:hover {
	background: #B9BC53;
	color: #FFFFFF;
}

#news #feed p {
	font-family: "Palatino Linotype", Baskerville, "Book Antiqua";
	margin-bottom: 20px;
	border-bottom: 1px solid #999999;
}
#mainContent {
	width: 400px;
	float: left;
}
#news {
	float: left;
	margin-left: 30px;
	width: 230px;
}
#services {
	float: right;
	width: 180px;
}


#wrapper {
	background: url(../images/wrapper_home.jpg);
}

