*{
	margin: 0;
	padding: 0;
}

.clear{
	clear: both;
}

a{
	color: #E2E400;
}

a:hover{
	color: #fff;
}

body{
	background: url(images/wholebg.jpg) center no-repeat #660401;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	color:#ffffff;
}

#wrapper{
	background: url(images/header_content_bg.jpg) #660401 no-repeat;
	width: 848px;
	margin: 0 auto;
}

#header{
	height: 280px;
}

#buyNow{
	margin: 160px 0 0 220px;
}

img{
	border: none;
}
#content{
	width: 828px;
	margin: 0 auto;
}
#leftcol{
	float: left;
	width: 60%;
	margin: 120px 0 0 5px;
	line-height: 21px;
}
#leftcol h2{
	padding: 10px 0;
}

#rightcol{
	float: right;
	width: 34%;
	margin: 90px 0 0 0;
}

#features li{
	padding: 10px 0;
	list-style-image: url(images/arrow_bullet.gif);
	border-bottom: 1px dashed #c8a19f;
}

#testimonials {
	margin: 15px 0 0 0;
	background: url(images/testimonial_head.jpg) no-repeat;
	clear: both;
	font-size: 11px;
	line-height: 21px;
	padding: 50px 10px 0 10px;
}

#test_left{
	width: 45%;
	float: left;
}
#test_right{
	width: 45%;
	float: right;
}

#features li.last{
	border: none;
}

#footer {
	margin: 20px 0 20px 0;
	height: 130px;
 	background:url(images/footer_bg.jpg) no-repeat;
}

#footer img{
	float: right;
}

#copyright{
	
	font-size: 10px;
	padding: 0 5px;
	line-height: 15px;
}
#copyright p{
	padding: 10px 0 0 0;
}