@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(replacement-images/bodybg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ededed;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
h1, h2, h3 {
	color: #cc0000;
	text-align: center;
}
#wrapper {
	width: 760px;
	background-image:url(replacement-images/contentbg.jpg);
	background-repeat:repeat-y;
	background-color: #ffffff;
	margin: 0px auto;
	border: 0px solid #000000;
	text-align: left;
}
#header {
	width: 760px;
	height: 185px;
	background-image: url(replacement-images/header.jpg);
	background-repeat: no-repeat;
}
#optin {
	width: 374px;
	height: 293px;
	background-image:url(images/optin.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	clear: both;
}
#optinform {
	width: 320px;
	margin: 0 auto;
	padding-top: 100px;
}
#footer {
	text-align: center;
	
	margin:20px 0px; font-size:9px; text-align: center;
	width: 760px;
	height: 11px;
	background-image: url(replacement-images/footer.jpg);
	background-repeat: no-repeat;
	background-color:#ededed;
	padding-top:80px;
	clear:both;
}
.content {
	margin-left:75px;
	margin-right:75px;
	text-align: left;
}
#content {
	margin-left:40px;
	margin-right:40px;
	text-align: left;
}
#tickbullet
{
margin-left: 0;
padding-left: 20px;
list-style: none;
font-weight: normal; font-size: 20px; 

}

#tickbullet li
{
padding:10px 0 20px 44px;
background-image: url(images/checkmark.jpg);
background-repeat: no-repeat;
background-position:0;
line-height:40px;
}.stylestrikethrough {
	text-decoration: line-through;
}
