body {
	margin: 0;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", serif;
	color: #000;
	background: url(../images/backg_body.gif) top center repeat-y #EBECF0;
}
#container {
	width: 952px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -476px;
}
h1 {
	margin: 0;
	color: #0f4200;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
}
#masthead {
	width: 100%;
	position: relative;
	border-bottom: 30px solid #0F4200;
}
#masthead h3 {
	width: 215px;
	height: 34px;
	position: absolute;
	top: 110px;
	right: 0;
	margin: 0;
	text-indent: -999em;
	background: url(../images/logo_trustedadvisors.gif) top left no-repeat;
}
.content {
	width: 100%;
	padding: 60px 0;
	text-align: center;
	border-top: 2px solid #946342;
}
.content p { padding: 0 220px; line-height: 20px; text-align: justify }
.content p.center { text-align: center }
input {
	width: 255px;
	margin: 20px 10px;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	background: #946342;
	border: 1px solid #7F5437;
	cursor: pointer;
}