
body {
	margin: 0;
	font-size: 0.8em;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #414042;
}

p {
	line-height: 1.3em;
	
}

li {
	padding-bottom: 10px;
	line-height: 1.3em;
}

h1.green {
	margin-top: 0;
	color: #7FC241;
}

h1 {
	margin-top: 0;
	color: #365F91;
	font-size: 26px;
}

.sub_heading {
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #4F81BD;
}

.bold_italic_24px {
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	color: #365F91;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bold_18px {
	font-weight: bold;
	font-size: 18px;
	text-align
}

.testimonial-wrapper {
	width: 450px;
	margin: 0 auto;
}

.testimonial {
	background: #ffffff;
	border-left: 3px solid #9BBB59;
	border-right: 3px solid #9BBB59;
	padding: 5px 10px;
	width: 423px;
}

.spacer {
	border-bottom: 2px solid #015F85;
	margin: 20px 0;
}

.spacer2 {
	border-bottom: 1px dotted #015F85;
	margin: 20px 0px;
}

#contact_form {
	background: #eee;
	border: 1px solid #ccc;
	padding: 10px;
}

.underline_16px {
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}

#bonus_box {
	border: 4px dashed #E74F1D;
	padding: 20px;
}

.italic_16px {
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
}

/*******************
Layout
*******************/

#container {
	border-top: 18px solid #005F84;
}

#wrapper {
	width: 827px;
	margin: 0 auto;
	background: url(images/page_bg.jpg) repeat-y;
}

/*******************
Header
*******************/

#header {
	background: url(images/header.jpg) no-repeat;
	width: 827px;
	height: 285px;
	position: relative;
	top: -18px;
}

#optin {
	position: relative;
	left: 600px;
	top: 117px;
	width: 200px;
}

.submit_btn {
	background: url(images/submit_btn.jpg) no-repeat;
	width: 111px;
	height: 21px;
	display: block;
	border: none;
}

/*******************
Content
*******************/

#content {
	width: 550px;
	border-left: 218px solid #015F85;
	padding: 10px 30px;
	margin-left: 11px;
}

/*******************
Left Column
*******************/

#leftcol {
	background: #015F85;
	width: 218px;
	float: left;
	position: relative;
	top: -97px;
	left: 11px;
	bottom: -97px;
	color: #ccc;
}

#leftcol p {
	margin: 0;
	padding: 0;
}

#leftcol .home a {
	background: url(images/nav_home.jpg) no-repeat;
	width: 218px;
	height: 43px;
	display: block;
	outline: none;
}

#leftcol .programs a {
	background: url(images/nav_programs.jpg) no-repeat;
	width: 218px;
	height: 62px;
	display: block;
	outline: none;
}

#leftcol .products a {
	background: url(images/nav_products.jpg) no-repeat;
	width: 218px;
	height: 39px;
	display: block;
	outline: none;
}

#leftcol .success a {
	background: url(images/nav_success.jpg) no-repeat;
	width: 218px;
	height: 39px;
	display: block;
	outline: none;
}

#leftcol .faq a {
	background: url(images/nav_faq.jpg) no-repeat;
	width: 218px;
	height: 40px;
	display: block;
	outline: none;
}

#leftcol .media a {
	background: url(images/nav_media.jpg) no-repeat;
	width: 218px;
	height: 40px;
	display: block;
	outline: none;
}

#leftcol .blog a {
	background: url(images/nav_blog.jpg) no-repeat;
	width: 218px;
	height: 39px;
	display: block;
	outline: none;
}

#leftcol .about a {
	background: url(images/nav_about.jpg) no-repeat;
	width: 218px;
	height: 41px;
	display: block;
	outline: none;
}

#leftcol .contact a {
	background: url(images/nav_contact.jpg) no-repeat;
	width: 218px;
	height: 40px;
	display: block;
	outline: none;	
}

#leftcol .rss a {
	background: url(images/nav_rss.jpg) no-repeat;
	width: 218px;
	height: 40px;
	display: block;
	outline: none;	
}

#footer {
	background: #015F85;
	color: #fff;
	padding: 4px 0;
	font-size: 8pt;
	height: 30px;
	padding-left: 180px;
}

#footer a {
	color: #fff;
}

#footer p {
	margin: 0;
}

/*******************
IE6
*******************/

*html #optin {
	left: 585px;
}

*html #content {
	width: 540px;
	position: relative;
	border-left: none;
	margin-left: 218px;
	
}

*html .testimonial {
	padding: 20px 10px;
}

/*******************
IE7
*******************/

*+html #content {
	width: 540px;
	position: relative;
	border-left: none;
}

*+html #optin {
	left: 590px;
}

