body {
	text-align:center;
	background:#000000 url(images/body_bg.jpg) repeat-x 0% -30px;
	font-size:62.5%;
	font-family:verdana;
	color:#000000;
}

* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px;
	font-size:100%;
}
#outerwrapper {
	margin:0px auto;
	width:821px;
	min-height:120px;
	text-align:left;
}
#masthead {
	background:url(images/header.png) no-repeat 0px 10px;
	height:118px;
	width:821px;
}
#content {
	width:821px;
	min-height:120px;
	margin-top:0px;
	font-size:1.4em;
	float:left;
	text-align:center;
	padding-top:20px;
	background:url(images/middlecontent.png) no-repeat left top;
}
.subcontent {
	width:821px;
	min-height:120px;	
	margin-top:-2px;
	float:left;
	background:url(images/subscontent.png) repeat-y left top;
}
p.tickitem{
text-align:left;
margin-left:230px;
padding-left:33px;
min-height:29px;
background-image:url('images/tick.jpg');
background-position:0px 4px;
background-repeat:no-repeat;
}
p.stoptickitem{
text-align:left;
}
#footer {
	background:#000000 url(images/footer.png) no-repeat left top;
	width:821px;
	height:39px;
	padding-bottom:20px;
	text-align:left;
	
}

#footer p {
	float:left;
	color:#ffffff;
	margin:33px 0  0 0px;
	font-size:0.8em;
	display:inline;
}
#footer a {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer p.right {
	float:right;
}

p, h1, h2, h3, h4 {
	margin-bottom:10px;
	padding:0 10px 0 10px;
}
.warn{
margin-top:40px;
padding-left:30px;
background-image:url('images/warn.jpg');
background-position:0px 5px;
background-repeat:no-repeat;
}
.guarantee{
background-image:url('images/guarantee.jpg');
height:84px;
padding-top:29px;
padding-left:190px;
background-position:46px 8px;
background-repeat:no-repeat;
border:2px dashed #FF6600;
margin-left:120px;
margin-right:120px;
text-align:left;
}
#stop{
border:1px solid #CC0000;
margin-left:120px;
margin-right:120px;
margin-top:30px;
margin-bottom:30px;
padding:10px;
padding-top:20px;
/*background-image:url('images/stopbg.jpg');*/
background-repeat:repeat-x;
}
#stop p{
margin:0;
}
#stop #shop{
background-image:url('images/bag.jpg');
background-position:0px 5px;
background-repeat:no-repeat;
height:60px;
padding-top:40px;
margin-top:10px;
padding-left:60px;
}
p.shop{
background-image:url('images/price1.gif');
background-position:285px 0px;
background-repeat:no-repeat;
height:57px;
}
#stop #car{
/*background-image:url('images/car.jpg');*/
background-image:url('images/dollar.jpg');
background-position:0px 0px;
background-repeat:no-repeat;
height:55px;
padding-top:20px;
padding-left:60px;
}
p.car{
background-image:url('images/price2.gif');
background-position:350px 0px;
background-repeat:no-repeat;
height:85px;
}
#stop #dollar{
background-image:url('images/dollar.jpg');
background-position:0px 0px;
background-repeat:no-repeat;
height:80px;
padding-top:20px;
padding-left:60px;
margin-top:20px;
}
p.dollar{
background-image:url('images/price3.gif');
background-position:270px 0px;
background-repeat:no-repeat;
height:57px;
}
#stop #emails{
background-image:url('images/email.png');
background-position:-3px 10px;
background-repeat:no-repeat;
padding-top:20px;
height:80px;
padding-left:60px;
}
p.emails{
background-image:url('images/price2.gif');
background-position:290px 0px;
background-repeat:no-repeat;
height:57px;
}
.earnmoncontainer{
background-image:url('images/money.jpg');
background-position:550px 0px;
background-repeat:no-repeat;
}
.scamfree{
padding-bottom:10px;
padding-top:10px;
border-top:2px solid #CCCCCC;
border-bottom:2px solid #CCCCCC;
margin-left:10px;
margin-right:11px;
}
.joinnow{
border:2px dashed #00CC00;
padding:10px;
margin:40px;
}
.joinnow a{
color:#00CC00;
text-decoration:none;
}
#masthead span{
background-image:url('images/nav.jpg');
background-repeat:no-repeat;
height:18px;
margin-top:5px;
margin-right:1px;
padding-top:3px;
width:71px;
text-align:center;
color:#FFFFFF;
float:right;
}
#masthead span.last{
margin-right:20px;
}
#masthead span a{
color:#FFFFFF;
text-decoration:none;
}
.blue {
	color:Blue;
}
.red {
	color:red;
}
.white{
/*color:#FFFFFF;*/
}
.bold {
	font-weight:bold;
}
.largerfont {
	font-size:1.2em;
}
.leftindent {
	text-align:left;
	margin-left:120px;
	margin-right:120px;
	padding-top:5px;
}
.line {
	text-decoration:underline;
}
ul {
	margin:0 0 10px 260px;
}
ul li {
	text-align:left;
	text-decoration:underline;
	font-weight:bold;
	list-style:square;
}
.yellowbg {
	background:yellow;
	margin:0 120px 0 120px;
	padding:5px 0 5px 0;
}