body {
	margin: 0px;
	padding: 0px;
	color: #333;
}

img {
	border: 0px;
}

p {
	margin: 0px 0px 15px 0px;
	padding: 0px 100px;
}

p.guarantee {
	padding: 15px;
	margin: 0px;
}

p.affiliates {
	text-align: center;
	font-weight: bold;
	padding: 15px;
}

a:link, a:active, a:visited {
	color: #3399CC;
}

a:hover {
	text-decoration: none;
}

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

li {
	font-size: 15px;
	line-height: 20px;
	padding: 0px 0px 5px 0px;
	margin-left: 25px;
	color: #333333;
	text-align: left;
	background-image: url('images/bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}

ul.testimonials {
	margin-left: 50px;
	padding-bottom: 10px;
}

h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px 100px;
	text-align: center;
	color: #CC6699;
	font-size: 45px;
	font-weight: 300;
}

h2 {
	margin: 0px 0px 15px 0px;
	padding: 0px 100px;
	text-align: center;
	color: #3399CC;
	font-size: 35px;
	font-weight: 300;
}

h4 {
	font-size:18px;
	padding:15px 15px 0px 15px;
	text-align: center;
	margin: 0px;
	color:#333;
	font-weight: 300;
}

h5 {
	font-size:20px;
	padding:15px 15px 0px 15px;
	text-align: center;
	margin: 0px;
	color:#CC6699;
}

div#wrapper {
	width: 850px;
	margin: 0px auto;
	border-left: 3px solid #3399CC;
	border-right: 3px solid #3399CC;
}

div#header {
	width: 850px;
	height: 295px;
	background: url(images/header.gif);
}

div#content {
	width: 850px;
	background: url(images/content.gif);
	padding-bottom: 30px;
}

div#guarantee {
	margin: 0px 100px;
	border: 2px dashed #CC6699;
	background-color: #FDD3E8;
	overflow: auto;
}

div#testimonials {
	margin: 0px 100px;
	border: 2px dashed #D2CB91;
	background-color: #FCF9DD;
}

div#footer {
	width: 850px;
	height: 176px;
	background: url(images/footer.gif);
}