@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #040037;
	background-image: url(images/bodybg.jpg);
	background-position: top center;
	background-repeat: 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, p {
	margin-top: 0;
}
h1 {
	text-align: center;
}
UL
{
	margin: 0;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0;
	list-style: none;
	clear: both;
}
LI
{
	padding: 2px 0px 15px 30px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	font-style: italic;
}
#wrapper {
	width: 859px;
	background-image: url(images/wrapperbg.jpg);
	background position: top middle;
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0;
	border: 0px solid #000000;
	text-align: left;
}
#header {
	width: 859px;
	height: 121px;
	background-image: url(images/contenttop.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0 auto;
	padding: 0;
	clear: both;
	border: 0px solid #000000;
}
#content {
	width: 859px;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0 auto;
	padding: 0;
	clear: both;
	border: 0px solid #000000;
}
#optin_container {
	background-image: url(images/optinbg.jpg);
	margin-left: 20px;
	width: 356px;
	background-repeat: repeat-y;
	float: right;
}
#optin {
	width: 304px;
	margin: auto;
}
#optin p {
	font-size: 12px;
}
#optin_top {
	width: 356px;
	height: 25px;
	background-image: url(images/optintop.jpg);
	background-repeat: no-repeat;
}
#optin_bottom {
	width: 356px;
	height: 26px;
	background-image: url(images/optinbottom.jpg);
	background-repeat: no-repeat;
}
#footer {
	text-align: center;
	width: 784px;
	height: 28px;
	background-image: url(images/contentbottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding: 0;
	clear: both;
	border: 0px solid #000000;
}
#footer a {
	font-size: 9px;
	margin: 0px;
	color: #06F;
}
#footer p {
	font-size: 9px;
	margin: 0px;
	color: #06F;
}
input[type="text"]
{
    font-size: 20px;
    display: block;
    padding: 4px;
	clear: both;
	margin-left: 0px;
	margin-bottom: 10px;
	border: solid 1px #8d8d8d;
    width: 293px;
	height: 25px;
    background-image: url( 'images/formgradient.jpg' );
    background-repeat: repeat-x;
    background-position: top;
}
.headline {
	font-size:40px;
	color: #F00;
	text-align: center;
	margin-left:40px;
	width: 700px;
}
.subhead {
	font-size:30px;
	color: #000;
	text-align: center;
	margin-left:40px;
	width: 700px;
}
.intro {
	font-size:14px;
	margin-left:30px;
	font-weight:bold;
	width: 700px;
}
.copy {
	font-size:14px;
	margin-left:30px;
	width: 700px;
}
.disclaimer {
	font-size: 10px;
	color:#666;
	text-transform: uppercase;
}
.nospam {
	font-size: 10px;
	color:#666;
	text-align: center;
}
.ctrimage {
	text-align: center;
	margin: 0;
}
.ecover {
	float:left;
	margin-right: 10px;
}