@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #F0E8D9 url("images/bg-body.jpg") repeat-x;
	margin: 0px;
	padding: 0px;
}
#main {
	width: 768px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -384px;
	background: #FFFFFF;
	border: 2px solid #EB150A;
}
#header {
	text-align: center;
}
img.logo {
	width: 600px;
	height: 93px;
	position: relative;
	left: 50%;
	display: block;
	margin: 3px 0px 2px -300px;
}
#navigation {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #EB150A;
	padding: 2px;
}
#navigation a {
	text-decoration: none;
	color: #000000;
	background: #D2DFBF;
	margin: 0px 1px 0px 1px;
	padding: 4px 40px 4px 40px;
	line-height: 24px;
}
#navigation a:hover {
	background: #B8CC99;
}
#footer {
	background: #EB150A;
	color: #FFFFFF;
	font-size: 12px;
	height: 28px;
}
#footer .left {
	position: absolute;
	left: 5px;
	margin-top: 7px;
}
#footer .right {
	position: absolute;
	right: 5px;
	margin-top: 7px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.testimonial {
	font-size: 11px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
a {
	color: #EB150A;
}
a:hover {
	color: #000000;
}