#sidebar_left {
	width: 146px;
	float: left;
}
#content {
	width: 704px;
	float: right;
	background-image: url(../images/home_repeat.gif);
	background-repeat: repeat-y;
	padding-top: 60px;
}
#main_content {
	width: 462px;
	float:left;
}
#sidebar_right {
	width: 242px;
	float:right;
}
#services {
	padding-left: 36px;
	padding-top: 36px;
}
.service {
	float: left;
	height: 220px;
	width: 200px;
	background-image: url(../images/services_bg.gif);
	background-repeat: no-repeat;
}
#services .service h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #70A14A;
	padding-left: 10px;
	margin-bottom: 16px;
}
#services .service p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	padding-left: 12px;
	line-height: 150%;
	padding-right: 20px;
}
