body {
	margin: 45px 0 20px 0;
	background: #fff url('bg.png') top repeat-x;
	color: #222;
	font: 14px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
* html body {
	font-size: 90%;
}
p {
	margin: 15px 0;
}
p.spacer {
	margin: 15px 0 20px 0;
}
p.spaced {
	margin: 20px 0;
}
.tight {
	margin: 0px 0;
}
.shaded {
	color: #666;
}
div.guarentee {
	border: 1px solid #c00;
	margin: 20px 0;
	background: #ffc url('guarentee.png') left no-repeat;
	padding: 0 10px 0 80px;
}
div.boxed {
	background: #fcfcfc url('bgflag.png') bottom right no-repeat;
	border: 1px solid #369;
	margin: 20px 0;
	padding: 5px 15px;
}
div.testimonial {
	border: 1px solid #f60;
	margin: 20px 0;
	background: #ffe;
	padding: 10px 15px;
	font-style: italic;
}
div.testimonial p {
	font-size: 12px;
	line-height: 125%;
	margin: 5px 0;
}
div.testimonial p.from {
	font-size: 11px;
	line-height: 125%;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	margin: 10px 0 5px 0;
}
a {
	color: #06c;
	text-decoration: none;
	border-bottom: 1px solid #c33;
}
a:hover {
	color: #c00;
	border-bottom: 1px solid #06c;
}
.red {
	color: #c00;
}
.blue {
	color: #06c;
}
.small {
	font-size: 12px;
	line-height: 125%;
}
h1 u, h2 u, h3 u {
	text-decoration: none;
	border-bottom: 1px solid;
}
p#url {
	font-size: 12px;
	margin: 2px 0 22px 0;
	text-align: center;
	font-weight: bold;
}
p#url a {
	color: #000;
	border: 0;
}
p#url a:hover {
	color: #c00;
}
.break {
	clear: both;
}
#container {
	width: 580px;
	position: absolute;
	left: 50%;
	margin-left: -290px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Book Antiqua', Georgia, Times, serif;
	font-weight: normal;			
}
h1 {
	margin: 5px 0 15px 0;
	color: #c00;
	font-size: 28px;
}
* html body h1 {
	line-height: 35px;
}
h2 {
	margin: 15px 0 41px 0;
	color: #369;
	font-size: 21px;
}
* html body h2 {
	line-height: 26px;
}
body#index h2 {
	margin: 15px 0 41px 0;
}
h4 {
	margin: 15px 0 16px 0;
	font-size: 14px;
}
ol {
	margin: 0 20px;
	padding: 0 0 0 20px;
}
ul#benifits {
	margin: 10px 0;
	padding: 0 0 0 20px;
}
ul#benifits li {
	margin: 5px 0;
	list-style-image: url('bullet.png');
}
blockquote {
	font-size: 16px;
	line-height: 135%;
	margin: 20px;
}
table#quiz {
	background: #fcfcfc url('bgflagsmall.png') bottom right no-repeat;
	border: 1px solid #369;
	padding: 10px ;
}
table#quiz tr td {
	padding: 4px;
}

table#menu tr td {
	width: 33%;
	font-size: 12px;
	line-height: 125%;
	font-weight: bold;
	margin: 1px 0;
	border-left: 10px solid #c00;
	border-bottom: 1px solid #c00;
	border-right: 2px solid #fff;
	list-style: none;
}
table#menu a {
	background: #eee;
	padding: 5px 8px;
	border: 0;
	display: block;
}
table#menu a:hover {
	background: #06c;
	color: #fff;
}
a.plain {
	border: 0;
}
.centered {
	text-align: center;
}