#wrapper {
	background-color: #003366;
	left: 0px;
	top: 0px;
	position: relative;
	width: 100%;
}

#header {
	width: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url('../images/header_background.jpg');
	background-color: #f5ebd2;
	padding-top: 5px;
	text-align: center;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 225px;
}

#navigation {
	min-width: 800px;
	word-wrap: break-word;
	line-height: 40px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 40px;
	width: 100%;
}
#footer {
}
#navigation ul {
	min-width: 820px;
	list-style-type: none;
}
#navigation li {
	margin-right: 15px;
	display: inline;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-left: 15px;
}
#navigation li a {
	text-decoration: none;
	color: white;
}
#navigation li a:hover {
	color: #ff6600;
}
#navlist {
	text-align: center;
	width: 100%;
}
#content {
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	width: 820px;
	position: relative;
}
#shadow-up {
	height: 5px;
	z-index: 1;
	top: 225px;
	width: 100%;
	background-image: url('../images/shadow-up.png');
	background-repeat: repeat-x;
	position: absolute;
}
#shadow-down {
	height: 5px;
	z-index: 1;
	width: 100%;
	top: 271px;
	background-image: url('../images/shadow-down.png');
	background-repeat: repeat-x;
	position: absolute;
}
h1 {
	text-shadow: 1px 1px 2px black;
	color: #ff6600;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
p {
	color: white;
	line-height: 20px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
.box {
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	width: 270px;
}
.box h1 {
	color: #ff6600;
	border-bottom-color: #ff6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 16px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	width: 275px;
}
.box p {
	text-align: left;
	margin-bottom: 100px;
	width: 230px;
	background-color: #336699;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	color: #333333;
	font-style: italic;
	font-size: 12px;
	position: relative;
}
.box a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
.box a:hover {
	color: #ff6600;
	text-decoration: underline;
}
.boxfooter {
	font-weight: bold;
	bottom: 0px;
	position: absolute;
	height: 100px;
	width: 250px;
}
#search {
	top: 165px;
	right: 10px;
	position: absolute;
	z-index: 2;
	height: 55px;
	width: 180px;
}
.steps {
	margin-bottom: 40px;
	text-align: center;
	min-width: 820px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.steps_img {
}
.steps h1 {
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 525px;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.steps p {
	margin-left: 75px;
	margin-right: 15px;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
}
.steps a {
	color: #ff6600;
	text-decoration: none;
}
.steps a:hover {
	color: white;
	text-decoration: underline;
}
.rewards {
	min-width: 820px;
	text-align: center;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.rewards p {
	margin-bottom: 0px;
	text-align: center;
}
#footer {
	position: relative;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 25px;
	background-image: url('../images/travertine-footer.jpg');
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
}
#footer-shadow-up {
	height: 5px;
	z-index: 1;
	top: -6px;
	width: 100%;
	background-image: url('../images/shadow-up.png');
	background-repeat: repeat-x;
	position: absolute;
}
#footer p {
	line-height: 30px;
	text-align: center;
	color: #333333;
	font-size: 10px;
}
.headline {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#cashbackform {
	color: white;
	margin-top: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#cashbackform th {
	color: white;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 32px;
	padding-right: 15px;
	text-align: right;
	width: 200px;
	font-weight: bold;
	font-size: 12px;
}
#cashbackform td {
	height: 32px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#cashbackform input {
	padding: 2px;
	font-size: 12px;
	width: 500px;
}
#cashbackform button {
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
	height: 30px;
	width: 120px;
}
#contactform {
	color: white;
	margin-top: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#contactform th {
	color: white;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 32px;
	padding-right: 15px;
	text-align: right;
	width: 200px;
	font-weight: bold;
	font-size: 12px;
}
#contactform td {
	height: 32px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#contactform input {
	padding: 2px;
	font-size: 12px;
	width: 500px;
}
#contactform button {
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
	height: 30px;
	width: 120px;
}
#contactform textarea {
	font-size: 12px;
	padding: 3px;
	height: 250px;
	width: 500px;
}
#legal {
	margin-top: 20px;
}
#legal h1 {
	margin-bottom: 5px;
}
#legal ol {
	color: white;
	margin-right: 15px;
	margin-left: 30px;
	line-height: 18px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#legal ol li {
	background-repeat: repeat-x;
	color: white;
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-type: decimal;
}
#legalsub {
	margin-left: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#legalsub ul {
	line-height: 12px;
	font-size: 10px;
}
#legal h2 {
	color: #cccccc;
	margin-bottom: 5px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
#legal p {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 18px;
	font-size: 12px;
}
#faq h2 {
	font-weight: bold;
	color: #cccccc;
	margin-bottom: 5px;
	border-bottom-color: #ff6600;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 20px;
	line-height: 16px;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#faq a {
	text-decoration: none;
	font-weight: bold;
	color: #cc6600;
}

#faq a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #cc6600;
}

#faq p {
	margin-right: 20px;
	margin-left: 40px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#valid_xhtml {
	right: 4px;
	top: 10px;
	position: absolute;
}
#equalhousing {
	left: 5px;
	top: 5px;
	position: absolute;
}
#terms {
	margin-top: 10px;
	color: #cccccc;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 12px;
	font-size: 10px;
}
#terms h1 {
	text-shadow: 0px 0px 0px;
	line-height: 12px;
	color: white;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
#features {
	border-top-color: #ff6600;
	border-top-style: solid;
	border-top-width: 1px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #cccc99;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-bottom: 20px;
	text-align: center;
}
#features li {
	margin-left: 10px;
	margin-right: 10px;
	color: #333333;
	line-height: 28px;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 16px;
	display: inline-block;
}
#scroller {
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 30px;
	font-size: 20px;
	color: #cccccc;
	font-style: italic;
	margin-right: auto;
	margin-left: auto;
	width: 820px;
}
.rewards th {
	text-shadow: 1px 1px 2px black;
	border-bottom-color: #cc6600;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #ff6600;
}
.rewards td {
	height: 200px;
	background-color: #336699;
	min-width: 235px;
}
.rewards table {
	text-align: center;
	margin-bottom: 25px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

