body {
	background-color: #FBF7E9;
	padding: 0px;
	margin: 85px 0px 0px 0px;
    text-align: center;
    font-family: arial, helvetica, verdana;
	font-size: 12px;
	color: #666666;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

h3 {
	font-family: times new roman, georgia, verdana;
	font-size: 18px;
	color: #3F7265;
	font-weight: normal;
	margin: 0px;
	
}

h4 {
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	font-weight: normal;
}

dt {
	font-weight: bold;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 2em;
}


a {
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	color: #3F7265;
	text-decoration: none;
}

a:hover {
	color: #8B785B;
	text-decoration: none;
}

#container {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	background-color: #E1CA7C;
}

#header {

	background-color: #E1CA7C;
	margin: 25px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#content_left {
	width: 339px;
	text-align: left;
	margin: 0px 0px 10px 31px;
	float: left;
	background-color: #E1CA7C;
}

#nav {
	width: 294px;
	height: 166px;
	font-family: times new roman, georgia, verdana;
	font-size: 18px;
	color: #3F7265;
	text-align: left;
	padding: 34px 0px 0px 45px;
	background-color: #FBF7E9;
	margin-bottom: 5px;
	line-height: 1.7em;
}

#nav a {
	font-family: times new roman, georgia, verdana;
	font-size: 18px;
	color: #3F7265;
}

#nav a:hover {
	color: #8B785B;
	text-decoration: none;
	
}

#image_left {
	width: 339px;

}

#content_right {
	width: 485px;
	height: 494px;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	text-align: justify;
	line-height: 16px;
	background-color: #fff;
	padding: 42px 65px 10px 45px;
	margin: 0px 0px 0px 4px;
	float: left;
}



#text_right {
	text-align: left;
	line-height: 20px;
	margin: 5px 0px 30px 47px;
}

#footer_white {
	width: 1000px;
	height: 2px;
	margin: 0px auto;
	position: relative;
	background-color: #FBF7E9;
}

#footer_red {
	width: 1000px;
	height: 20px;
	margin: 0px auto;
	position: relative;
	background-color: #B74832;
}

#footer_nav{
	width: 1012px;
	padding: 10px 0px 30px 0px;
	margin: 0px auto;
	text-align: right;
	position: relative;
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	color: #8B785B;
}

#footer_nav a {
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	color: #8B785B;
	padding: 0px 8px 0px 8px;
}

#footer_nav a:hover {
	color: #3F7265;
	text-decoration: none;
}

