#home{
	clear: both;
	padding: 0 22px 0 22px;
}
#left{
	width: 556px;
	float: left;
}
#right{
	width: 350px;
	float: left;	
}

#blurb{
	padding: 56px 25px 12px 40px;
	color: #000;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	background-image: url(../images/home09/blurb_bg.png);
	background-repeat: no-repeat;
	background-position: 25px 41px;
}
#wrapper{
	background-image: none;
}
#products{
	clear: both;
	background-image: url(../images/home09/products_bg.png);
	background-repeat: no-repeat;
	height: 190px;
	position: relative; 
	padding-right: 1px;
}
	#products a{
		text-decoration: none;
		font-family: GillSans, Gills Sans, Calibri, Trebuchet, sans-serif;
	}
	#products ul {
		clear: both;
		padding-top: 26px;
	} 
	#products li{
		width: 130px;
		text-align: center;
		float: left;
		list-style: none;
		display: inline;
		
	}
	#products img{
		display: inline;
		padding: 0 0 8px 0;
	}
	#products h2{
		color: #403e2f;
		font-size: 12px;
		font-weight: normal;
		width: 125px;
		position: absolute;
		padding: 12px 0 0 12px;
	}
	#products .lawncare{ top: 0; left: 0; }
	#products .chore{ top: 0; left: 518px; }
	#products .snowremoval{ top: 0; left: 779px; }
#mtd{
	float: right;
	padding: 12px 0 0 0;
}

#footer{
	padding: 0 0 10px 0;
	text-align: center;
	color: #68583c;
	background-image: none;
}


