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

div.headline {
	color : #ff0000;
	font-size : 28px;
	text-align : center;
}

p.headline1 {
	font-family : tahoma;
	font-weight : bold;
	text-align : center;
	font-size : 20px;
}

p.headline2 {
	font-family : tahoma;
	font-weight : bold;
	text-align : center;
}

p.headline3 {
	font-family : tahoma;
	font-weight : bold;
	text-align : center;
	color : #ff0000;
}

#bg {
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#header {
	background-image: url(../images/header.jpg);
	height: 217px;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentarea {
	background-color: #FFFFFF;
	height: auto;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 40px;
	padding-left: 40px;
}
.standardtype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}
.testimonialheader {
	background-image: url(../images/testimonialheader.jpg);
	height: 45px;
	width: 486px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.testimonialbody {
	background-color: #FFFFFF;
	height: auto;
	width: 436px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	overflow: hidden;
}
.testiminialfooter {
	background-image: url(../images/testimonialfooter.jpg);
	height: 26px;
	width: 486px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 180px;
	width: 680px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

