body {
	background: #000 url('/images/back.jpg') repeat-x 0 0;
	font-family:Verdana, Arial, Helvetica;
	font-size:62.5%;
}

/*
--------------------------------------------------
 Typography
--------------------------------------------------
*/

h1, h3 {
	font-family: Impact;
	color: #c90000;
	text-transform: capitalize;
	font-weight: lighter;
}

h2, h4 {
	font-family: "Tahoma";
	text-transform: capitalize;
	color: #000;
}

h1 {
	font-size: 3.6em;
	margin-bottom:1em;
}

h2 {
	font-size: 2.2em;
	line-height:1.29em;
	margin-bottom:1em;
}

h3 {
	font-size: 1.8em;
	margin-bottom:1em;
}

h4 {
	font-size: 1.6em;
	margin-bottom:1em;
}

p, li {
	font-family:Verdana, Arial, Helvetica;
	font-size: 1.4em;
	color: #333333;
	margin-bottom:1em;
	line-height:1.3em;
}

strong {
	text-decoration:underline;
}

em {
	background:yellow;
	padding:2px 5px;
	font-weight:bold;
}

/*
--------------------------------------------------
Lists
--------------------------------------------------
*/

ul {
	margin-bottom:4em;
	margin-left: 20px;
}

ul.twocol {
	margin-left: 0px;
	margin-bottom:1em;
}

ul.twocol li {
	margin-left: 0px;
	float:left;
	width:50%;
}

/*
--------------------------------------------------
Links
--------------------------------------------------
*/

a:active, a:visited {
	color: #0000ff;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
}

a.buylink {
	display:block;
	font-size:3.2em;
	font-weight:bold;
	margin-bottom:1em;
}

/*
--------------------------------------------------
Layout
--------------------------------------------------
*/

#contentContainer {
	width:755px;
	margin:0 auto;
}

#content {
	width:680px;
	padding:10px 20px;
	background: url(/images/tableback.jpg) repeat-y 0 0;
}

#header {
	height:211px;
	width:720px;
	background: url(/images/header.jpg) no-repeat 0 0;
}

#footer {
	height:156px;
	width:720px;
	background: url(/images/footer.jpg) no-repeat 0 0;
}

.center {
	text-align:center;
}

blockquote {
	background-color: #cccccc;
	border-bottom: 1px dashed #cc0000;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: 1px dashed #cc0000;
	padding: 2px 2px 2px 2px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	text-align: center;
	font-family: "Verdana";
	font-size: medium;
	background: url(/images/background.gif);
}

.testimonial {
	background-color: #eeeeee;
	border-bottom: 1px solid Black;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: 1px solid Black;
	padding: 20px 20px 20px 20px;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	text-align: left;
	font-family: "Verdana";
	font-size: small;
}

.testimonials {
	padding: 10px 10px 10px 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.6em;
}

.footer {
   font-size:1em;
   color: #666666;
}

.disclaimer {
   font-size:1em; 
   color: #cccccc;
   text-align:center;
}

.footbold {
	font-size: 1em;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 20px;
	color: #666666;
}

.bonus {
	border: thick dashed #CC0000;
	padding: 0px;
	margin: 5px;
	background-position: center;
	width: 100%;
}

.guarantee { 
	font-size:1.4em; 
	color: #333333;
	border: thick dashed #b30000;
	padding: 10px 10px 10px 10px;
	margin: 5px;
	margin-left: 80px;
	margin-right: 80px;
	background: #f8d985;
}

.style3 {
	font-size: 1.1em; 
	color: #cc0000; 
	font-weight: bold; 
}

.style5 {
	color: #cc0000; 
	font-weight: bold; 
}

.style7 {
	color: #cc0000;
	font-weight: bold;
}

.style8 {color: #cc0000}
.style9 {color: #2c5696}

.style10 {text-decoration: underline}

.style11 {
	color: #000000;
	font-weight: bold;
	padding: 0px 15px 0px 15px;
	font-family: "Verdana";
	font-size: small;
}
.oboxbodytext {
	font-size: 1.6em; 
	color: #ffffff; 
	font-weight: bold;
}

.oboxhedrtext {
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 24px; 
	text-align: center; color: #FFCC00; font-weight: bold; 
}

/*
--------------------------------------------------
 Special Hackz
--------------------------------------------------
*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}


/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */

.reset {
  display:block;
  clear:both;
  margin:0;
  padding:0;
  height:0;
  font-size:0;
  line-height:0;
  }





