body {
	font-family:  helvetica, arial, verdana, sans-serif;
	font-size: 17px;
	background: #FFD260;
	line-height: 1.4em;
	margin: 0;
}

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

#container {
	width: 799px;
	margin: 0 auto;
	background: #fff;
	border: 2px solid #fff;
}

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

#header {

}

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

#content {
	padding: 20px;
}

/*************************
Footer
*************************/

#footer {
	text-align: center;
	font-size: 8pt;
	padding: 5px;
}

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

/*************************
Common
*************************/
h1 {
	line-height: 1.2em;
	font-family: tahoma;
}

h2 {
	line-height: 1.2em;
}

li {
	margin-bottom: 10px;
}

p {
	line-height: 1.2em;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

.highlight {
	background: yellow;
}

.bold_highlight {
	font-weight: bold;
	background: yellow;
}

.red {
	color: #cc0000;
}

.font_10px {
	font-size: 10px;
}

.font_12px {
	font-size: 12px;
}

.font_14px {
	font-size: 14px;
}

.font_16px {
	font-size: 16px;
}

.font_18px {
	font-size: 18px;
}

.font_20px {
	font-size: 20px;
}

.font_22px {
	font-size: 22px;
}

.font_24px {
	font-size: 24px;
}

.font_26px {
	font-size: 26px;
}

.spacer {
	border: 1px solid #5351A3;
	margin: 20px 0;
}

.clear {
	clear: both;
}

.subhead1 {
	font-size: 20px; 
	font-weight: bold; 
	color: #FAA21C;
	line-height: 1.3em;
}

.subhead2 {
	font-size: 20px; 
	font-weight: bold; 
	color: #000;
	line-height: 1.3em;
}

.subhead3{
	font-size: 20px; 
	font-weight: bold; 
	color: #5351A3;
	line-height: 1.3em;
}

.bonus_background {
	background: #fff;
}

.bonus_background p {
	margin-top: 0;
}

.georgia {
	font-family: georgia;
	font-size: 17px;
}

/*************************
Optin
*************************/

#standard-optin {
	border: 2px solid #2C5885;
	background: #dee4ed;
	width: 500px;
	margin: 0 auto;
	padding: 10px 10px;
}

.standard-optin {
	font-size: 20px;
	padding: 5px 10px;
	margin: 0;
}

#optin {
	background: url(images/optin_bg.jpg) no-repeat;
	width: 600px;
	height: 375px;
	margin: 0 auto;
}

/*************************
Testimonials
*************************/

.testimonial {
	background: #FFFFDE;
	border: 1px solid #FFEC8A;
	padding: 20px;
	width: 500px;
	margin: 20px auto;
}

.testimonial_blue{
	background: #EAF0FF;
	border: 1px solid #B7C9FF;
	padding: 20px;
	width: 500px;
	margin: 20px auto;
}



