	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;
	}
	
	h2{
		letter-spacing:-1px;
		color:#333333;
		text-align:center;
		font-size:18px;
	}
	
	h3{
		letter-spacing:-1px;
		color:#cd0000;
		text-align:center;
		font-size:26px;
	}
	.header{
		background:url(images/header.jpg) no-repeat;
		height:313px;
	}
	
	.header .nav{
		margin-left:200px;
		margin-bottom:20px;
	}
	
	.header .nav a{
		color:#a10000;
		text-decoration:none;
		font-weight:bold;
		margin-right:10px;
		text-transform:uppercase;
	}
	.content{
		background:url(images/body.png) repeat-y;
		padding:0px 45px;
	
	}
	
	.testimonial{
		width:80%;
		margin:10px auto;
		padding:10px;
		font-style:italic;
		border:5px solid #c9edff;
		color:#fff;
		background:url(images/testimonials.jpg) repeat-x;
	}
	
	ul{
		list-style-type:none;
		margin:0px;
		padding:0px;
	}
	
	li{
		margin-bottom:20px;
		font-size:16px;
		padding-left:30px;
		line-height:27px;
		font-weight:bold;
		margin-left:50px;
		background:url(images/tick.png) no-repeat top left;
	}
	
	.note{
		width:80%;
		margin:10px auto;
		padding:10px;
		background:#ffeeb2;
		border:8px solid #e40000;
	}
	.testimonial strong{
		display:block;
		
	}
	
	.box{
		width:80%;
		padding:10px;
		border:3px solid #5ba5e7;
		margin:0px auto;
		background:url(images/box.jpg) no-repeat;
	}
	
	.footer{
		text-align:center;
		background:url(images/footerbg.jpg) repeat-x;
	}
	
	h5{
		text-align:center;
	}
