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

body {
	margin:0;
	padding:0;
	background: url(images/page-back.png) no-repeat top center #000;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 20px auto;
	width: 840px;
}

#header {
	height: 190px;
	background: url(images/red-bar-back.png) repeat-x bottom;
}

#header h1 {
	float:right;
	background: url(images/reality-check-program.png) no-repeat;
	width: 347px;
	height: 161px;
	text-indent: -1000em;
	margin:0;
}

#header h2 {
	float: left;
	background: url(images/helping-hands.png) no-repeat;
	width: 130px;
	height: 130px;
	text-indent: -1000em;
}

#main {
	background: url(images/main-back.png) no-repeat #fff;
	text-align: center;
	padding: 5px 15px 20px 15px;
}

#main #larry-video {
	margin: 0 0 20px 20px;
	width: 320px;
	float: left;
}

#main #six-minute-video {
	padding: 20px;
}

#main #bad-choices {
	margin: 30px 0 30px 0;
	float: right;
}

#main #buy-now {
	background: url(images/reality-check-dvd.jpg) center no-repeat;
	width: 200px;
	height: 230px;
	float: right;
}

#main #buy-now a {
	background: url(images/small-button.png) center center no-repeat;
	line-height: 24px;
	display: block;
	margin: 180px auto 0 auto;
	width: 140px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.available {
	float: right;
	margin: 0 0 0 5px;
}

img.help {
	margin: 0 auto;
	clear: both;
}

form {
	background: url(images/form-back.png) no-repeat;
	width: 390px;
	height: 110px;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
}

form p {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
}

.small {
	font-size: 11px;
	text-align: center;
}


p {
	margin: 0 20px 10px 20px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}

ul {
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}
