@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #DCDDD0;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	margin: 0px;
}



.bar {
	background-image: url(../images/blue_bar.gif);
	background-repeat: repeat;
	height: 20px;
	width: 100%;
}

#header {
	background-color: #DDDED1;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 278px;
	width: 900px;
	left: 50%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#copy {
	background-image: url(../images/body_background.gif);
	background-repeat: repeat-y;
	width: 560px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

h1 {
	color: #CC0000;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	line-height: 40px;
}

h2 {
	color: #CC0000;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 28px;
}
h3 {
	color: #CC0000;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}

blockquote {
	background-color: #D2C2A5;
	padding: 20px;
	border: 3px solid #567D8E;
}

#copy img {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#copy .right {
	margin-left: 20px;
	margin-right: 0px;
}
#copy li {
	list-style-image: url(../images/red_check.jpg);
	margin-bottom: 20px;
}
#copy  #regularbullets li {
	list-style-image: none;
	list-style-type: disc;
}
#copy #guarantee {
	background-color: #A6C3CE;
	border: 3px solid #567D8E;
	padding-top: -20px;
	padding-bottom: -20px;
}
#copy #guarantee .riskfree {
	font-size: 24px;
	font-weight: bold;
}
#copy .bonus {
	color: #CC0000;
}
#copy .video {
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#copy a {
	color: #0000FF;
	text-decoration: underline;
}
#copy a:hover{
	color: #0099FF;
	text-decoration: underline;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 108px;
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#copy #copyright {
	font-size: 12px;
	border: 1px solid #666666;
	padding: 5px;
}
#copy .signature {
	font-size: 28px;
	font-weight: bold;
	margin-left: 60px;
}
