@charset "UTF-8";
/* CSS Document */

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	margin-top:15px;
}
#bg {
	margin:0px; background-image: url('../images/bg1.jpg');
	background-repeat: repeat;
	
}
#maincontainer {
	margin:0px; background-image: url('../images/bg2.jpg');
	background-repeat: repeat-x;
	height: auto;
	width: 100%;
	
}
#header {
	margin:0px auto; background-image: url('../images/header.jpg');
	height: 226px;
	width: 830px;
	overflow: hidden
}
#contentbg {
	margin:0px auto; background-image: url('../images/contentbg.png');
	background-repeat: repeat-y;
	height: auto;
	width: 650px;
	padding-right: 35px;
	padding-left: 35px;
	overflow: hidden
}
#headline {
	background-image: url('../images/headline.gif');
	height: 140px;
	width: 628px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto
}
.testimonialtop {
	background-image: url('../images/testimonialtop.gif');
	height: 48px;
	width: 590px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden
}
.bonustop {
	background-image: url('../images/bonustop.gif');
	height: 48px;
	width: 590px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden
}
.testimonialmid {
	margin:0px auto; background-image: url('../images/testimonialmid.gif');
	background-repeat: repeat-y;
	height: auto;
	width: 530px;
	padding-right: 30px;
	padding-left: 30px;
	overflow: hidden
}
.testimonialbottom {
	background-image: url('../images/testimonialbottom.gif');
	height: 48px;
	width: 590px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto
}
#footer {
	margin:0px auto; background-image: url('../images/footer.jpg');
	height: 108px;
	width: 830px;
	overflow: hidden
}
img
{  border-style: none;
}