body {
	background: #ace;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 14px;
	color: #787878;
	margin: 45px 0 0;
}
img {border: 0;}
.clear {	clear: both;}
#wrapper {
	width: 800px;
	margin: 0 auto 0;
}
#header {
	background: url('images/header.png') no-repeat;
	height: 115px;
}
#header h1 {
	font-size: 48px;
	font-weight: bold;
	color: #85c226;
	margin: 0;
	padding: 27px 0 0 95px;
	letter-spacing: -1px;
}
#bullets {
	background: url('images/bullets.jpg') no-repeat;
	height: 150px;
}
#bullets ul {
	list-style-type: none;
	margin: 0;
	padding: 22px 0 0 25px;
	width: 521px;
	float: left;
}
#bullets li {
	background: url('images/bullet.jpg') 0 6px no-repeat;
	font-size: 18px;
	font-weight: 100;
	color: #fff;
	padding: 0 0 0 14px;
	margin: 0 0 20px;
	}
	#bullets li span {font-size:80%;}
.video {
	float:left;
	margin-right:1em;
	font-weight:300;
	}
#cta {
	float: right;
	margin: 54px 50px 0 0;
}
#content {
	background: #fff;
	padding: 20px 20px 5px;
}
#content p {
	line-height: 18px;
	margin: 0;
	padding: 0 0 15px;
}
#content h1 a {
	text-decoration:none;
	color:#C00;
}
#footer {
	background: url('images/footer.jpg') no-repeat;
	height: 39px;
}
#footer p {
	color: #fff;
	text-align: center;
	padding: 12px 0 0;
	font-size: 12px;
	margin: 0;
}