body {
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 14px;
	color: #646464;
	margin: 45px 0 0;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
#wrapper {
	width: 800px;
	margin: 0 auto 0;
}
#header {
	background: url('images/header.jpg') no-repeat;
	height: 110px;
}
#header h1 {
	font-size: 36px;
	font-weight: bold;
	color: #0060e3;
	margin: 0;
	padding: 33px 0 0 40px;
}
#bullets {
	background: url('images/bullets.jpg') no-repeat;
	height: 256px;
}
#bullets ul {
	list-style-type: none;
	margin: 40px 0 0 30px;
	padding: 0;
	width: 452px;
	float: left;
}
#bullets li {
	background: url('images/bullet.jpg') no-repeat;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	height: 27px;
	margin: 0 0 20px;
	padding: 2px 0 0 38px;
}
#cta {
	float: right;
	margin: 30px 28px 0 0;
}
#content {
	margin: 1px 0 0;
	border: 2px solid #c0c0c0;
	padding: 10px 10px 0;
}
#content p {
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0 0 10px;
}
#footer p {
	color: #959595;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 10px;
}