@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	text-align:center;
	font: 12px Arial, Helvetica, sans-serif;
	background:url(images/bg.jpg) repeat-x fixed #8BC2EB;
	width:900px;
}
#header {
	margin:0 auto;
	background:url(images/header.jpg) top center no-repeat;
	height:227px;
}
#header .nav {
	color:#7C5A45;
	padding-top:185px;
	font-weight:bold;
}
#header a.nav {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	font-size:14px
}
#header a.nav:hover {
	text-decoration:underline;
}
#content {
	background:url(images/content-bg.gif) repeat-y;
	margin:0 auto;
}
#content .left {
	float:left;
	padding-left:10px;
	width:446px;
}
#content .right {
	float:right;
	padding-right:10px;
	width:434px;
}
#content .deardiva {
	background-color:#EBF1F3;
	text-align:left;
	padding:10px;
	margin-left:5px;
	margin-top:10px;
}
#content .deardiva-optin {
	text-align:left;
	padding:10px;
	margin-left:5px;
	margin-top:10px;
}
#content .testimonial {
	background-color:#EBF1F3;
	text-align:left;
	padding:10px;
	margin-right:5px;
	margin-top:10px;
}
#content .easyuse, .bonus {
	text-align:left;
	padding:0 10px 10px 10px;
	margin-left:5px;
	margin-top:10px;
}
#content a.bonus {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
#content .video {
	background-color:#9DB7C4;
	width:343px;
	height:auto;
}
#content .form {
	background-color:#8BC2EB;
	width:400px;
	height:auto;
	padding:10px;
}
#content .form-container {
	background:url(images/form-container.jpg) no-repeat;
	width:365px;
	height:273px;
	padding:2px;
}
#footer {
	background:url(images/footer.jpg) no-repeat center;
	margin:0 auto;
	color:#7C5A45;
	padding-top:25px;
	height:34px;
}
#footer a.nav {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	font-weight:bold;
}
#footer a.nav:hover {
	text-decoration:underline;
}
a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
.textleft {
	text-align:left;
}
.bold {
	font-weight:bold;
}
.red {
	color:#990000;
}
.font14 {
	font-size:14px;
}
.font11 {
	font-size:11px;
}
.font10 {
	font-size:10px;
}
.pad20 {
	padding:20px;
}
.clear {
	clear:both;
}
h2, H1 {
	margin:0 auto;
}
HR.blue {
	border-top:1px solid #9DB7C4;
}
HR.hrblack {
	border-top:1px solid #000;
	border-bottom:none;
	width:250px;
}

