@charset "UTF-8";
/* CSS Document */

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#990000;
	line-height:30px;
	letter-spacing: -1pt;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#1f1f1f;
	line-height:21px;
}
#bg {
	background-image: url(../images/bgrepeat.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#headercontainer {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	height: 258px;
	overflow: hidden;
	margin: 0px;
	width: 100%;
}
#header {
	background-image: url(../images/header.jpg);
	height: 258px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(../images/contentbg.png);
	background-repeat: repeat-y;
	width: 668px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	height: auto;
	padding-right: 50px;
	padding-left: 50px;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 136px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.testimonialcontainer {
	width: 548px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.testimonialheader {
	background-image: url(../images/testimonialheader.jpg);
	height: 42px;
	width: 548px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.testimonialrepeat {
	background-image: url(../images/testimonialrepeat.gif);
	background-repeat: repeat-y;
	width: 500px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	padding-right: 24px;
	padding-left: 24px;
}
.testimonialfooter {
	background-image: url(../images/testimonialfooter.gif);
	height: 20px;
	width: 548px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}
