/* Lovely Body */

* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#5c0001;
}

#header {
	clear:both;
	width:832px;
	height:286px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	margin:auto;
}

#content {
	width:832px;
	background-image:url(images/content.jpg);
	background-repeat:repeat-y;
	clear:both;
	margin:auto;
}

#footer {
	background-image:url(images/footer.jpg);
	width:832px;
	height:134px;
	clear:both;
	margin:auto;
}

.text {
	text-align:justify;
    font:14px;
	line-height: 18px;
	margin:auto;
	padding-left:56px;
	padding-right:74px;
}


/* Testimonial Box */

#testi-overall {
	width:560px;
	margin:auto;
}

#testi-header {
	clear:both;
	width:557px;
	height:145px;
	background-image:url(images/testi-header.jpg);
	background-repeat:no-repeat;
	margin:auto;
}

#testi-content {
	width:462px;
	background-image:url(images/testi-content.jpg);
	background-repeat:repeat-y;
	padding-left:60px;
	padding-right:35px;
	clear:both;
	margin:auto;
}

#testi-footer {
	background-image:url(images/testi-footer.jpg);
	width:557px;
	height:60px;
	clear:both;
	margin:auto;
}

.testi-text {
	text-align:justify;
    font:14px;
	line-height: 18px;
	margin:auto;
	padding-left:56px;
	padding-right:64px;
}