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

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	margin-top:20px;
	text-align: left;
}
#bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#bg2 {
	background-image: url(../images/headerbk.jpg);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
	height: auto;
	width: 100%;
}
#header {
	background-image: url(../images/header.jpg);
	height: 208px;
	width: 758px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(../images/mainbk.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 638px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-right: 60px;
	padding-left: 60px;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 153px;
	width: 758px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headline {
	background-image: url(../images/headline.gif);
	height: 200px;
	width: 652px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.testimonialtop {
	background-image: url(../images/testimonialtop.gif);
	height: 69px;
	width: 627px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.testimonialrepeat {
	background-image: url(../images/testimonialrepeat.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 547px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	overflow: hidden;
}
.testimonialbottom {
	background-image: url(../images/testimonialbottom.gif);
	height: 67px;
	width: 627px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow: hidden;
}

.aclear{clear:both;}

