	body{
		background:#fff url(images/background.jpg) repeat-x top left;
		margin:0px;
		padding:0px;
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	img{
	border:none;
	margin:0px 10px;
	}
	p{
		line-height:20px;
		text-align:justify;
	}
	
	h1{
		letter-spacing:-1px;
		color:#cd0000;
		text-align:center;
		font-size:20px;
		clear:both;
	}
	
	h2{
		letter-spacing:-1px;
		color:#333333;
		text-align:center;
		font-size:18px;
	}
	
	h3{
		letter-spacing:-1px;
		color:#cd0000;
		text-align:center;
		font-size:26px;
		margin:0px;
		padding:0px;
	}
	.header{
		background:url(images/header.jpg) no-repeat;
		height:281px;
	}
	
	.header .nav{
		margin-left:455px;
		margin-top:140px;
	}
	
	.header .nav a{
		color:#a10000;

		font-weight:bold;
		padding:0px 7px;

		text-transform:uppercase;
		font-size:12px;
	}
	.content{
		background:url(images/body.png) repeat-y;
		padding:0px 65px;
	
	}
	
	.testimonial{
		width:90%;
		margin:25px auto 0px auto;
		padding:10px;

		border:1px solid #f6a11c;
		color:#2e3140;
		background:url(images/testimonials.jpg) repeat-x;
	}
	.testimonial strong{
		display:block;
	}
	.testimonial p{
		margin:0px;
		padding:0px;
	}
	ul{
		list-style-type:none;
		margin:0px auto;
		padding:0px;
		width:80%;
	}
	
	li{
		margin-bottom:20px;
		font-size:16px;

		line-height:27px;
		font-weight:bold;
		padding-left:20px;
		background:url(images/li.jpg) repeat-x bottom left;
	}
	li strong{
		color:#FF0000;
	}
	.note{
		width:90%;
		margin:10px auto;
		padding:10px;
		background:#ffeeb2;
		border:8px solid #e40000;
	}

	.bonus{
		width:85%;
		padding:10px 20px 10px 50px;
		margin:20px auto 0px auto;
		color:#fff;
		background:url(images/bonus.jpg) repeat-x top left;
		border:5px solid #a4cbea;
	}
	
	.bonus strong{
		
		font-size:16px;
		margin-left:50px;
		color:#ffe400;
		border-bottom:3px solid #3a9be7;
		text-transform:uppercase;
		
	}
	
	.bonus a{
	color:#ffe400;
	}	
	
	.bonus p{
		margin:5px;
		
	}
	
	.bonus1{
		width:792px;
		height:116px;
		background:url(images/bonus1.gif) no-repeat;
		text-align:center;
		padding:70px 0px 0px 0px;
		color:#ffea00;
		font-size:40px;
		font-weight:bolder;
		margin:0px auto;
	}
	

	
	.box{
		width:90%;
		padding:10px;
		border:3px solid #df0000;
		margin:0px auto;
		background:url(images/testimonials.jpg);
	}
	.shadow{
		background:url(images/shadow.jpg) no-repeat;
		width:700px;
		height:20px;
		margin:0px auto;
	}
	
	
	
	.footer{
		text-align:center;
		background:url(images/footerbg.jpg) repeat-x;
	}