body {
	background-color: #fefefe;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family:  Arial, Verdana, sans-serif;
	;
	color: #333;
	font-size: 14px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #036;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #99C;
	border-right-color: #99C;
	border-bottom-color: #99C;
	border-left-color: #99C;
	background-color: #CCF;
	padding: 5px;
}
.border {
	border: medium solid #CCF;
}

hr {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}



#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #content ul li {
	margin-left: 0px;
	list-style-image: url(../images/check.png);
	list-style-position: inside;
	margin-bottom: 5px;
}
#wrapper #content ol li {
	margin-bottom: 5px;
	list-style-image: url(../images/arrow.png);
}
.bonus {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
}



#index_01 {
	width: 382px;
	height: 330px;
	padding-left: 48px;
}

#index_02 {
	width: 108px;
	height: 330px;
}
#index_03 {
	width: 414px;
	height: 330px;
	background-repeat: no-repeat;
	background-image: url(../images/index_03.jpg);
}
.buttons {
	margin-top: 255px;
	margin-left: 15px;
}
#watch {
	width: 100%;
	padding: 20px;
}
#steps {
	padding: 20px;
}
#headline {
	padding-top: 20px;
}

#content {
	float: left;
	width: 650px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
}
#guarantee {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#order {
	width: 500px;
	border: medium solid #0CF;
	margin-left: 75px;
}
#wrapper #content #order #bg {
	font-size: 18px;
	background-color: #0CC;
	width: 450px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000;
}



#sidebar {
	float: right;
	width: 250px;
	padding-bottom: 25px;
	padding-top: 18px;
}

#wrapper #sidebar table p {
	color: #666;
	font-size: 12px;
}


#footer {
	margin-top: 20px;
	text-align: center;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	font-size: 12px;
	padding-bottom: 20px;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
}

