/* CSS Document */

body {
	margin:20 auto;
	width:100%;
	font-family:Arial;
	font-size:14px;
	text-align:center;
	background-color:#fff; }
	
#wrapper {
	width:650px;
	border:2px solid #060;
	background-color:#fff;
	text-align:center;
	margin:auto; }
	
#header {
	width:650px;
	height:100px;
	padding:0px;
	margin:0px;
	border-bottom:2px solid #060; }
	
#content {
	width:630px;
	padding:10px;}
	
.testimonials {
	width:610px;
	padding:10px;
	border:1px solid #060;
	background-color:#FFFF99;}
	
#freestuff {
	width:610px;
	padding:10px;
	margin:10px 0px;
	border:1px dashed #030;}

p	{
	font-size:100%;
	text-align:left; }
	
p.caption	{
	font-size:125%;
	text-align:left;
	font-style:italic; }
	
h1 {
	font-size:225%;
	color:#D00;
	text-align:center;}
	
h2 {
	font-size:175%;
	color:#D00;
	text-align:left;}
	
h3 {
	font-size:150%;
	color:#D00;
	text-align:center;}
	
h3.bonus {
	font-size:150%;
	color:#D00;
	text-align:left;}
	
h5 {
	font-size:80%;
	color:#ccc;
	text-align:center;}
	
h6 {
	font-size:150%;
	font-weight:bold;
	color:#006;
	text-align:left;}
	
hr {
	clear:both;
	margin:0px;
	padding:0px;
	width:100%;
	height:1px;
	border:0px;
	border-top:1px solid #060; }
	
ul {
	text-align:left; }

ol {
	text-align:left; }
	
ul li {
	list-style-image:url(images/double-arrow-bullet.gif);
	margin:5px 0px;}
	
img.left {
	float:left;
	border:1px solid #060;
	margin:0px 10px 0px 0px;}
	
img.right {
	float:right;
	border:1px solid #060;
	margin:0px 0px 0px 10px;}
	
img.center {
	text-align:center;
	border:1px solid #060;
	margin:5px;}
	
img.proofed {
	text-align:center;
	border:0px;
	margin:5px;}
	
img.proven {
	float:right;
	border:0px;
	margin:5px;}
	
img.ofthebest {
	float:left;
	border:0px;
	margin:5px;}
	
img.makingthemost {
	float:right;
	border:0px;
	margin:5px;}
	
img.howtouse {
	float:left;
	border:0px;
	margin:5px;}
	
img.signature {
	float:left;
	border:0px;
	margin:5px;}
		
.highlight {
	background-color:#FF0; }
	
.author {
	color:#006;
	font-weight:bold; }
	
.clearboth {
	clear:both; }
	
.red	{
	color:#d00; }	