@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffc809 url(images/bodybg.jpg) top repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1, h2, h3 {
	color: #990000;
	text-align: left;
}
h1 {
	font-size: 45pt;
	margin: 10px 0;
}
h2 {
	font-size: 24pt;
	font-weight: bold;
	margin: 20px 0 20px 0;
	padding: 0;
}
p {
	font-size: 10pt;
	margin-bottom: 30px;
}
em {
	font-weight: bold;
	color: black;
}
ul {
	width: 300px;
	float: left;
	padding-top: 10px;
	list-style: none;
}
li {
	padding: 5px 15px 10px 40px;
	font-weight: bold;
	font-style: italic;
	background: url(images/bullet.jpg) no-repeat;
}
img {
	border: 0;
}
#wrapper {
	width: 960px;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
	overflow: hidden;
}
#squeezeheader {
	width: 960px;
	height: 349px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#thankyouheader {
	width: 960px;
	height: 349px;
	background-image: url(images/thankyouheader.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#squeezecontent {
	width: 581px;
	margin: 0 40px;
	float: left;
}
#content {
	padding: 0 80px;
}
#optin {
	width: 254px;
	margin: 0;
	padding-right: 40px;
	float: right;
}
#optin h3 {
	padding: 0 20px;
	color: white;
}
#optin form {
	width: 254px;
	margin: 0 auto;
}
#optin input[type=text] {
	width: 250px;
	height: 30px;
	background: #ffee92;
	margin: 2px 0 10px 0;
	border: 2px solid black;
	font-size: 26px;
}
#optin label {
	font-size: 12px;
	margin-left: 3px;
}
#optinbottom {
	width: 254px;
	font-size: 12px;
	color: black;
	text-align: center;
}
#optinbottom p {
	margin: 0;
	padding: 10px 0;
}
#squeezefooter {
	text-align: center;
	width: 960px;
	height: 59px;
	background-image: url(images/footer.jpg);
	clear: both;
}
.centerimg {
	text-align: center;
}
.ctr {
	text-align: center;
}
.bold {
	font-weight: bold;
	font-size: 12pt;
	line-height: 16pt;
}
.black {
	color: black;
}
#bottomoptin {
	width: 800px;
	margin: 0 auto;
	clear: both;
}
#bottomoptin p {
		text-align: center;
	}
#bottomoptin form {
	width: 800px;
	margin: 0 auto;
}
#bottomoptin input[type=text] {
	width: 250px;
	height: 43px;
	background: #ffee92;
	margin: 2px 0 10px 0;
	border: 2px solid black;
	font-size: 26px;
}
#bottomoptin label {
	font-size: 12px;
	margin-left: 3px;
}
.column {
	width: 250px;
	float: left;
	padding: 8px;
	}
