html, body { text-align: center; background: #fff; padding: 0px; margin: 0 auto; color: #555; font-family: Arial, Helvetica, sans-serif; font-size: 13px; }

#header { position: relative; width: 972px; height: 66px; text-align: left; margin: 0 auto; padding: 0px; }
#logo { float: left; width: 460px; height: 66px; }

#container {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	background: url(/images/bg-container.jpg);
	padding: 26px 0px 29px 0px;
	border: 1px solid #f8edf1;
	border-left: none;
	border-right: none;
}
#content {
	position: relative;
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding: 10px 0px 15px 12px;
	background: #fff;
}
#contentLeft {
	float: left;
	width: 660px;
}
#contentRight {
	float: right;
	width: 282px;
	text-align: center;
	font-size: 12px;
}
#contentFull {
	clear: both;
	padding-top: 10px;
}

a:link { color: #990033; text-decoration: underline; }
a:visited { color: #990033; text-decoration: underline; }
a:active { color: #990033; text-decoration: underline; }
a:hover { color: #990033; text-decoration: none; }

#footer {
	position: relative;
	width: 972px;
	text-align: center;
	font-size: 11px;
	margin: 0 auto;
	padding: 17px 0px;
	background: url(/images/bg-footer.jpg) right top no-repeat #fff;
}
#footer-description { font-size: 12px; padding-bottom: 6px; }
#footer a { color: #666; font-size: 12px; padding: 5px; background: #fff; text-decoration: none; }
#footer a:hover { background: #f8e5e5; }
#footer ul li {
	display: inline;
	list-style-type: none;
	padding: 0px 5px;
	border-right: 1px solid #f8edf1;
}
#footer ul li.last { border-right: none; }
#copyright { padding: 16px 0px 6px 200px; }
#fishnet { float: right; text-align: right; width: 150px; }
#fishnet a { color: #888; font-size: 11px; padding: 0px; background: #fff; text-decoration: none; }
#fishnet a:hover { background: #fff; text-decoration: underline; }

h1 { color: #990033; font-size: 15px; margin: 0px; margin-bottom: 10px; padding: 0px; }
h2 { color: #990033; font-size: 14px; }

/*ul { list-style-image: url(/images/bullet.gif); }*/
li { padding-bottom: 6px; }
ul.links-list li { padding-bottom: 12px; }

.cleared { clear: both; height: 1px; }
.more-link {
	background: url(/images/arrow-head.jpg) right top no-repeat;
	padding: 2px 24px 6px 0px;
}
.testimonial { padding: 15px 5px; border-bottom: 1px solid #f8edf1; }

/* Contact Form styles */
#contact { padding: 0px; }
#contact fieldset { border: 1px solid #f8edf1; }
#contact label { display: block; float: left; width: 175px; }
#contact .input { color: #555; font-size: 13px; width: 260px; font-family: Arial, Helvetica, sans-serif; border: 1px solid #f8edf1; }
#contact div { padding-top: 8px; clear: both; }
.explanation { font-size: 11px; }
.required { color: #990033; }
