body {
	background: #333333 url('images/bg.png') repeat-X;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 0px;
}

a {
	color: #3366CC;
	font-weight:bold;
	text-decoration:underline;
}

#Page {
	width: 800px;
    margin:0px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background: url(images/header.jpg) no-repeat;
	width: 800px;
	height:154px;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}

#TopBanner {
	background: #ffffff;
	background: url(images/content-bg.jpg) repeat-y;
	width:726px;
	margin:0  auto;
	padding:8px 37px;
	display: block;
	text-align: center;
	line-height:22px;
}

#Content {
	background: #FFFFFF url(images/content-bg.jpg) repeat-y;
	width:auto;
	margin:0 auto;
	display: block;
	line-height:22px;
	padding: 5px 45px;
}

#feedback {
	margin: 25px auto;
	width:599px;
}

.feedback_top {
background-image:url(images/feedback-top.jpg);
width:599px;
height:34px;
margin-bottom:0;
margin-left:auto;
margin-top:0;
overflow:hidden;
}

.feedback_side {
	background-image:url(images/feedback-side.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
	padding: 3px 30px 0 30px;
	height: inherit;
}

.feedback_bottom {
	background-image:url(images/feedback-bottom.jpg);
	width:599px;
	height:13px;
}

h1 {
	color: #000000;
	font-weight: bold;
	font-size:24px;
	position:absolute;
	top:-1000px;
	display:block;
}

h2 {
	color: #000000;
	font-weight: bold;
	font-size:24px;
	text-align:center;
	line-height:32px;
	margin: 12px 0px 18px;
}

h3 {
	color: #CC0000;
	font-weight: bold;
	font-size:18px;
	margin:15px 0 15px 0;
}

h4 {
	color: #de010d;
	font-weight: normal;
	font-size:14px;
	text-transform: uppercase;
}

div.bullet {
	padding: 0 15px 15px 15px;
}
div.bullet ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.bullet ul li {
	display: block;
	padding: 10px 12px 12px 56px;
	background: url(images/accent.png) no-repeat left;
	color: #333;
	font-family: arial, sans-serif;
	border-bottom: 1px dashed #ccc;
}
div.bullet ul li.ul-li-odd {
	background: url(images/accent.png) no-repeat left #eee;
}

.bonus {
	background-color:#E6E6E6;
	border:3px solid #CCC4BB;
	margin:10px auto 0;
	padding:15px;
	width:90%;
}

.bonus h2{
	color:#dc0000;
	border-bottom:1px solid #6c2c0a;
	font-size:16px;
	text-align:left;
	text-transform:uppercase;
}
	
.bonus h2 span{
	color:#2d0000;
}

highlight{
	background:#ffe400;
	font-weight: bold;
}

#footer {
	background:transparent url(images/footer.jpg) no-repeat scroll 0 0;
	height:100px;
	width:800px;
	margin: 0 auto -8px;
}

#AffPage {
	background:#FFFFFF url(images/content-bg.jpg) repeat-y;
	display:block;
	line-height:22px;
	margin:0 auto;
	padding:30px 26px 20px;
	text-align:center;
	width:auto;
}

#AffSignUp {
	border: 2.6px dashed
}
.highlight {
	background-color: #ffe400;
	font-weight: bold;
}
