body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
.banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.testimonial_bg {
	background-color: #e4e4e4;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c9c9c9;
	border-right-color: #c9c9c9;
	border-bottom-color: #c9c9c9;
	border-left-color: #c9c9c9;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #930014;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.testimonial_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #304558;
	font-weight: bold;
}
.testimonial_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #454545;
}
.thumb {
	background-image: url(../images/thumb.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 3px;
}
a.testi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #454545;
	text-decoration: underline;
	text-align: right;
}
a.testi:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #454545;
	text-decoration: none;
	text-align: right;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990a20;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.footer_bg {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 64px;
}
.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	height: 18px;
	width: 200px;
	border: 1px solid #7f9db9;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	height: 50px;
	width: 200px;
	border: 1px solid #7f9db9;
}
