body {
	background: url(../images/background.jpg) no-repeat;
	font: 12px verdana;
	margin: 0;
	width: 871px;
}

a img {
	border: 0;
}

#header {
	height: 102px;
	padding: 20px;
}

#header h1 {
	margin: 0;
}

#content {
	float: left;
	padding: 0 33px 0 20px;
	width: 818px;
}

#content .sections {
	background: url(../images/footer.jpg) no-repeat 0 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 21px 0 80px;
	width: 818px;
}

#content .sections li {
	float: left;
	margin-left: 19px;
	width: 247px;
}

#content .sections h2 {
	margin: 0;
}

#content .sections p {
	margin: 0;
}

#content .sections div {
	background: url(../images/float_box.jpg);
	height: 96px;
	padding: 20px 20px 0;
}

#content .sections div p {
	color: #686868;
	padding-bottom: 20px;
}

#content .sections div a {
	color: #7ab51d;
	text-decoration: none;
}

#content .sections div a:hover {
	font-weight: bold;
}

#footer {
	background: url(../images/float_bg.jpg);
	float: left;
	padding: 20px 80px 20px 40px;
	width: 751px;
}

#footer p {
	color: #979797;
	float: left;
	font-size: 10px;
	margin: 0;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}

#footer img {
	float: left;
}

#footer span {
	float: left;
	padding: 20px;
}