body {
	margin: 0 auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333; /* #454545;*/
	background: #737259;
}
a {
	color: #0E4D8B;
	background: inherit;
	text-decoration:none;
}
a:hover {
	color: #000;
	background: inherit;
}
a.title {
	color: #B41A1A;
	background: #FFF;
}
p {
	margin:0 0 0 0;
	padding: 0 0 10px 0;
}



#wrapper {
	margin: 0 auto;
	width: 809px;
	background: #FFFFFF;
	color: #333333; /* #800000;*/
}

/* header */
#header {
	background: #FFFFFF url(images/header.gif) no-repeat;
	color: #000000;
	width: 809px;
	height: 136px;
}
#header_contact {
	float:right;
	margin:28px 45px 0 0;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:inline; /* fix for ie6 positioning */
}

/* navigatgion */
#nav_wrapper {
	padding: 10px 40px 0 40px;
	width: 729px;
	background: #FFFFFF url(images/content.gif) repeat-y;
}
#nav_background {
	background-color:#bfbe96;
	width:729px;
	height:32px;
	padding:0 0 0 0;
}
ul.nav {
	list-style:none;
}
ul.nav li {
	height:30px;
	float:left;
}
ul.nav li a {
	float:left;
	padding: 7px 15px 7px 15px;
	margin:0 2px 0 0;
	height:18px;
	display: inline-block;
	font-weight:bold;
	color: #333333;
}
ul.nav li a:hover {
	background-color:#878665;
}
ul.nav li a.active {
	background-color:#878665;
}


/* content */
.content {
	padding: 30px 60px 0 60px;
	width: 689px;
	background: #FFFFFF url(images/content.gif) repeat-y;
}

/* footer */
#footer {
	background: #FFFFFF url(images/footer.gif) no-repeat;
	color: #000000;
	padding: 25px 40px 0 40px;
	width: 729px;
	height: 31px;
	text-align:center;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#footer a {
	color:#000000;
}



/* workarounds and hacks */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */