body {
	background: #003366 url(images/bckgrnd.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #003366;
}

img {
	border: none;
}

p {
	margin: 0px;
	padding-bottom: 15px;
}

p.testimonials {
	padding: 0px 50px 15px 50px;
}

h1 {
	margin: 0px;
	padding-bottom: 15px;
	text-align: center;
	color: #3399cc;
}

h2 {
	margin: 0px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: 300;
	color: #3399cc;
}

h3 {
	margin: 0px;
	padding-bottom: 15px;
	text-align: center;
}

h4 {
	margin: 0px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: 300;
	color: #3399cc;
}

a {
	font-weight: bold;
	color: #003366;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

li {
	padding: 10px 5px 10px 40px;
	margin-bottom: 10px;
	background-image: url('images/bullet.jpg');
	background-repeat: no-repeat;
	background-position: 5px;
}

div#wrapper {
	width: 990px;
	margin: 0px auto;
}

div#header {
	width: 990px;
	height: 225px;
	background: url(images/get-lucid-guide.png);
}

div#content {
	width: 790px;
	background: url(images/content-bckgrnd.png);
	padding: 0px 100px;
}

div#guarantee {
	width: 752px;
	border: 6px double #3399cc;
	padding: 15px;
	margin: 0px auto;
	overflow: auto;
	margin-bottom: 15px;
}

div#testimonials {
	width: 756px;
	background: url(images/testimonials-content.png);
	margin: 0px auto 15px auto;
}

div#footer {
	width: 790px;
	height: 170px;
	background: url(images/footer.png);
	padding: 0px 100px;
}

.html {
	margin-bottom: 15px;
}