@charset "utf-8";
body {
	background-color: #FFF;
	background-image: url(images/bg-repeat.jpg);
	background-repeat: repeat-x;
	margin: 0;

}

#all {
	width: 822px;
}
#header {
	background-image: url(images/header-bg.jpg);
	height: 431px;
	width: 822px;
	
}
#content {
	background-image: url(images/content-bgrepeat.jpg);
	background-repeat: repeat-y;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	position: relative;
	padding-top: 40px;
	padding-right: 65px;
	padding-bottom: 10px;
	padding-left: 65px;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 68px;
	width: 782px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 10px;
	padding: 30px 0 0 40px;
	text-align: left;
	background-repeat: no-repeat;
}
h1 {
	font-size: 20px;
	padding: 0;
	margin: 0;
	color: #556586;
	text-transform: capitalize;
}
h2 {
	font-size: 15px;
	padding: 0;
	margin: 0;
	color: #556586;
	text-transform: capitalize;
}
#content a {
	color: #556586;
	font-weight: bold;
}
.testimonial-signature {
	font-size: 13px;
	color: #556586;
	font-style: italic;
	margin-right: 0;
	margin-bottom: 0;
	font-weight: bold;
}
strong {
	color: #556586;
}

.indent {
	padding: 0 25px 30px 10px;
	font-size: 11px;


}
