﻿body {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ea1f1f;
	margin: 0px;
	background-image: url('images/BG.jpg');
	background-repeat: repeat-x;
	color: #FFFFFF;
}
p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 20px;
}
a {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	text-decoration:none;
}
#Wrapper {
	padding: 0px 0px 0px 0px;
	width: 1000px;
	position: relative;
	margin: 0px auto 0px auto;
}
#Header1 {
	width: 1000px;
	height: 239px;
	background-image: url('images/Header1.jpg');
}
#Header2 {
	width: 1000px;
	height: 331px;
	background-image: url('images/Header2.jpg');
}
#Footer {
	width: 1000px;
	height:100px;
}
#Footer p {
	text-align: center;
	padding: 6px 0px 0px 0px;
	font-size: 12px;
	letter-spacing: 0px;
}
#OptInTop {
	width: 1000px;
	height: 62px;
	background-image: url('images/OptInTop.jpg');
}
#OptIn {
	width: 1000px;
	height:335px;
	background-image: url('images/OptIn.jpg');
}
#OptInContents {
	padding: 20px 0px 0px 550px;
}
#OptInBottom {
	width: 1000px;
	height: 205px;
	background-image: url('images/OptInBottom.jpg');
}
h3 {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
}
.textfield {
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
	height: 30px;
	width: 300px;
	border: 2px solid #000000;
	background-color: #FFFFFF;
}
.submitbutton {
	background-image: url('images/button.jpg');
	background-color:transparent;
	width: 282px;
	height: 50px;
	border-width: 0px;
}
.formwrap {
	width: 340px;
}
