body {
	margin:0;
	padding:0;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#333333;
	}

#container {
	width:900px;
	margin:auto;
}

p, li {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	font-size:12pt;
	color:#111111;
	line-height:1.6em;
	/*-letter-spacing:0em;-*/
	}

#outerarea {
	border: 1px solid #999999;
	background-color:#FFFFFF;
	}

#content {
	padding:0 40px;
	}
	
#footer {
	overflow:hidden;
	position:relative;
	padding:10px 0 10px 0;
	}
	
	
	
#copyright {
	width:420px;
	float:left;
	text-align:center;
	font-size:8pt;
	color:#666666;
	padding:5px 0 0 0;
	}
	
	
#footerlinks {
	text-align:center;
	color:#666666;
	width:380px;
	float:right;

	}
	
#footerlinks a {
	text-decoration:none;
	color:#666666;
	font-size:9pt;
	}
	
#footerlinks a:hover {
	text-decoration:underline;
	}
	
	
#left {
	float:left;
	width:560px;
	}
	
#right {
	float:right;
	width:338px;
	}
	
#screenshot {
	width:480px;
	height:270px;
	background-image:url(images/screenshot.jpg);
	margin:30px auto;
	}
	
#tableholder {
	margin:25px 0;
	}
		
#tableholder p {
	margin:0;
	padding:0;
	}
	
.sectiontitle {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size:24px;
	margin:10px 0;
	color:#222222;
	line-height:0.9em;
	}
	
.sectiontext {	
	font-family:"Courier New", Courier, monospace;
	color:#666666;
	}
	
.subtitle {
	font-size:9pt;
	color:#666666;
	}
	

.headline {
	margin:40px 0;
	text-align:center;
	}
	
.headline2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size:28px;
	margin:10px 0;
	color:#222222;
	padding-left:20px;
	background-color:#e49405;
	
	}
	
	
.headline1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size:24px;
	text-align:center;
	}
	
.tick {
	list-style:none;
	background-image:url(images/tick.png);
	background-repeat:no-repeat;
	padding:0 0 25px 35px;
	line-height:20px;
	}
	
.tick2 {
	list-style:none;
	background-image:url(images/tick2.png);
	background-repeat:no-repeat;
	padding:0 0 5px 35px;
	line-height:30px;
	}
	
.reasontext {
	font-size:10pt;
	font-family:Georgia, "Times New Roman", Times, serif;

	}
	
.examplesbox {
	border:1px solid #999999; padding:20px;
	font-family:"Courier New", Courier, monospace;
	color:#666666;
	}
	
.sidebar {
	background-color:#56748E;
	color:#EEEEEE;
	font-family:"Courier New", Courier, monospace;
	font-style:italic;
	padding:1px 20px;
	border:solid 1px #666666;
	}
	
.vaabox {
	border:dotted 1px #333333;
	background-color:#f1f1f1;
	padding:1px 20px;
	margin:0 0 10px 0;
	
	}
	
.breakoutbox {
	border:dotted 1px #333333;
	padding:1px 20px;
	margin:0 0 10px 0;
	background-color:#fff1d0;
	
	}
	
.testibox {
	border:dotted 1px #333333;
	padding:1px 20px;
	margin:0 0 10px 0;	
	}
	
#orderbox {
	width:600px;
	height:643px;
	background-image:url(images/orderbox.jpg);
	margin:40px auto;
	}

#buttonbox {
	width:355px;
	margin:0 auto;
	padding-top:228px;
	}
	
#legalbox {
	text-align:center;
	padding-top:192px;
	font-size:10pt;
	}
	
	
#legalbox a {
	color:#333333;
	}	
	
#greytop {
	background-color:#fffaed;
	overflow:hidden;
	}
	
.testimonial2 {
	font-family:"Courier New", Courier, monospace;
	font-size:11pt;
	color:#666666;
	}
	
.shareinfo p {
	font-family:"Courier New", Courier, monospace;
	font-style:italic;
	}
	
hr {
	border-top:dashed 1px #333333;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin-bottom:30px;
	}
	
#optincontainer {
	width:817px;
	height:73px;
	padding:20px 0 0 0;
	margin:auto;
	position:relative;
	overflow:hidden;
	background-image:url(images/optin.png);
	background-repeat:no-repeat;
	}
	
.module {
	padding: 30px 0 15px 0;
	}
	
.templatebox {
	width:700px;
	margin: 0 auto;
	font-style:italic;
	padding:20px;
	border:1px dashed #333333;
	background-color:#f6f6f6;
	}
	
.bonusbox {
	padding:20px;
	margin:20px;
	background-color:#fffaed;
	border:1px solid #999999;
	box-shadow: 0px 5px 5px #999999;
 
	
	}
	
.templatetop {
	font-size:20px;
	font-weight:700;
	}
	
	
	
	
	
	
	
	
