body {
	background: #F9FCF1;
	margin: 0px;
	padding: 0px;
	color: #563C13;
	font-family: Optima, Verdana, Geneva, Tahoma, Helvetica, sans-serif;
}

img {
	border: 0px;
}

p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 18px;
}

p.guarantee {
	padding: 00px 20px 10px 20px;
	font-size: 16px;
}
p.smaller {
	padding: 00px 20px 10px 20px;
	font-size: 13px;
}

p.testimonials {
	padding: 00px 20px 10px 20px;
	font-size: 16px;
}

p.name {
	padding: 0px 45px 10px 45px;
	font-size: 16px;
	font-weight: bold;
}

ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 15px 0px;
	list-style-type: none;
}

li {
	font-size: 18px;
	line-height: 20px;
	padding: 5px 0px 5px 0px;
	text-align: justify;
	background-image: url('images/bullet.png');
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 25px;
}

a:link, a:active, a:visited {
	color: #563C13;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	text-align: center;
	font-size: 50px;
	font-variant: small-caps;
	font-weight: 300;
}

h2 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	text-align: center;
	font-size: 40px;
	font-weight: 300;
}

h3 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	text-align: center;
	font-size: 35px;
}

h4 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	text-align: center;
	font-size: 25px;
	font-weight: 300;
}

div.guarantee {
	border: 5px solid #69c;
	background: #f5f5f5 url('guarantee.png') 15px 50% no-repeat;
	padding: 5px 10px 5px 165px;
	text-align: left;
}

div.testimonial {
	border: 2px solid #C12B2B;
	background: #ffffcc;
	padding: 5px 5px 5px 5px;
	font-size: 13px;
	text-align: left;
}

div.bonus {
	border: 5px solid #69c;
	background: #ffffff;
	padding: 5px 5px 5px 5px;
	font-size: 13px;
	text-align: left;
}

div.buy {
	border: 5px dashed #ffffff;
        width: 419px;
	background: #69c;
	padding: 5px 5px 5px 5px;
	font-size: 13px;
	text-align: left;
}

div#header {
	height: 190px;
	background: url(images/header-bckgrnd.png);
}

div#headerinner {
	width: 851px;
	height: 190px;
	background: url(images/header.png);
	margin: 0px auto;
}

div#content {
	width: 851px;
	padding: 25px 0px 10px 0px;
	margin: 0px auto;
}

td.guarantee {
	background: url(images/guarantee.png);
	background-repeat: no-repeat;
	padding-top: 60px;
}

td.testimonials {
	background: url(images/testimonials.png);
	background-repeat: no-repeat;
	padding-top: 60px;
}

div#footer {
	background: url(images/footer-bckgrnd.png);
	background-repeat: repeat-x;
	overflow: auto;
}

div#footerinner {
	width: 851px;
	background: url(images/footer.png);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-top: 100px;
}

.html {
	margin-bottom: 15px;
}