body {
	padding: 30px 40px 30px 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
}

#container {
	width: 920px;
}



/*------nav styles-------*/

#nav {
	padding: 4px 0px;
	margin: 0px 0px 10px 28px;
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 0.69em;
	text-align: left;
	border-bottom: 1px solid #AAC4BF;
	letter-spacing: 0.1em;
}

#nav a {
	color: #3D5C57;
	text-decoration: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	background-color: #AAC4BF;
	padding: 4px 10px;
	background-image: url(design/bn.gif);
	background-repeat: no-repeat;
}

#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3D5C57;
	background-image: url(design/bo.gif);
	background-repeat: no-repeat;
}



/*------layout styles-------*/

#banner {
	background-repeat: no-repeat;
	height: 90px;
	margin: 0px 0px 10px 0px;
	background-position: top left;
	padding: 0;
	background-image: url(design/fh_logo_sm.gif);
	text-align: right;
	width: 920px;
}

#content {
	padding: 0px;
	margin: 0px;
	background-image: url(design/content_bkgd.gif);
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
	width: 920px;
}



/*------text styles-------*/

#text {
	padding: 0px 0px 0px 28px;
	margin: 0px 10px 0px 0px;
	float: left;
	width: 692px;
}

#text img {
	float: right;
	margin: 0px 0px 10px 20px;
}

#text h1 {
	color: #70752B;
	font-size: 1.25em;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#text h2 {
	font-size: 0.69em;
	font-weight: bold;
	color: #70752B;
	line-height: 1.5;
	margin: 0px 0px 10px 0px;
}

#text h3 {
	font-size: 0.69em;
	font-weight: bold;
	color: #3D5C57;
	line-height: 1.5;
	margin: 0px 0px 10px 0px;
}

#text p {
	font-size: 0.69em;
	color: #3D5C57;
	line-height: 1.5;
	margin: 0px 0px 10px 0px;
}

#text a {
	color: #3D5C57;
	text-decoration: underline;
}

#text a:hover {
	color: #70752B;
	text-decoration: underline;
}



/*------sidebar styles-------*/

#sidebar {
	padding: 0;
	margin: 0;
	width: 190px;
	float: left;
	height: 290px;
	background-image: url(pics/sidebar_base.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#sidebar img {
	margin: 0px;
	padding: 0px;
	width: 190px;
}



/*------footer styles-------*/

#contact {
	clear: left;
	width: 892px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 28px;
	border-top: 1px solid #AAC4BF;
}

#contact p {
	font-size: 0.69em;
	color: #70752B;
	line-height: 1.5;
	margin: 0;
}

#contact a {
	color: #70752B;
	text-decoration: underline;
}

#contact a:hover {
	color: #3D5C57;
	text-decoration: underline;
}

#footer {
	clear: left;
	width: 892px;
	margin: 0px 0px 0px 28px;
	padding: 0px;
}

#footer p {
	font-size: 0.69em;
	color: #9B9F6B;
	line-height: 1.5;
	margin: 0;
}

#footer a {
	color: #9B9F6B;
	text-decoration: none;
}

#footer a:hover {
	color: #9B9F6B;
	text-decoration: underline;
}

