body {
	font-family: georgia, arial, verdana, helvetica, sans-serif;
	font-size: 0.9em;
	background: url(images/bg.gif);
	line-height: 1.3em;
	margin: 0;
}

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

#container {
	width: 764px;
	margin: 0 auto;
	background: #fff;
}

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

#header {
}

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

#content {
	padding: 20px;
	background:url(images/bg.jpg) repeat-y;
}

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

#footer {
}

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

h2 {
	line-height: 1.2em;
	font-size: 20px;
}

ul {
}

li {
	margin-left:-25px;
}

.subheading {
	font-size: 18px;
	font-family: tahoma;
	font-weight: bold;
	text-align: center;
}

.bold_underline {
	font-weight: bold;
	text-decoration: underline;
}

.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 #ccc;
}

.clear {
	clear: both;
}

.bonuses li {
	list-style: none;
	background: url(images/tick.png) no-repeat;
	padding-left: 30px;
	padding-bottom: 10px;
}

#guarantee {
	border: 3px dashed #cc0000;
	width: 500px;
	padding: 10px 20px;
	margin: 0 auto;
}

.order-link a {
	font-size: 18px;
	color: blue;
}

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

#standard-optin {
	border: 3px dashed #000;
	background: #dee4ed;
	width: 400px;
	margin: 0 auto;
	padding: 10px 30px;
}

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

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

.yellow_box {
	background: #FEF6DF url(images/box_bg.gif) repeat-y;
	width: 696px;
	margin: 20px auto;
}

.yellow_box_inner {
	margin: 0 30px 0 40px;
	position: relative;
	z-index: 9;
	margin-bottom: -20px;
}

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

