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

body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#c4c4c4;
	margin-top:0px;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:25px;
	margin-top:25px;
}
#header {
	background-image: url(../images/header.jpg);
	height: 210px;
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 570px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	overflow: hidden;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 145px;
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.testimonialboxtop {
	background-image: url(../images/testimonialboxtop.gif);
	height: 63px;
	width: 570px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.testimonialboxmid {
	background-image: url(../images/testimonialboxmid.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 490px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	overflow: hidden;
}
.testimonialboxbottom {
	background-image: url(../images/testimonialboxbottom.gif);
	height: 43px;
	width: 570px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	overflow: hidden;
}
#headline {
	background-image: url(../images/headline.gif);
	height: 54px;
	width: 571px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

