html {
	margin: 0;
	padding: 0;
}

body {
	background:#34160C; /*old #232903 */
	font-family: Arial, Helvetica, sans-serif;
	color: #CEEA70;
	margin: 0 3%;
}

p {
	text-align: justify;
}

a:link {
	text-decoration: none;
	color: #CEEA70;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #8B985F;
}

#header img {
	float: right;
}

#nav {
	margin: .25em 1em .25em -1em;
	font-size: 90%;
	float: left;
}

#nav p {
	text-align: center;	
}

#nav a:link,  a:visited {
	padding: 0;
	text-decoration: none;
	color: #C0C9A5;
}

#nav a:hover {
	padding: 0;
	text-decoration: none;
	background-color: #C0C9A5; /*#CEEA70; */
	color:#34160C;
}

#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content {
	clear: both;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 3em 25px 0px 25px;
}

#footer p {
	padding: 0;
	margin: 0;
	line-height: normal;
	font-size: 75%;
	color: #BFC09A;
}

#footer a {
	color: #EEEEE3;
}

#footer a:hover {
	text-decoration: underline;
}
.container ul {
	margin: 0;
}
.container li {
	float: left;
	list-style: none;
	margin: .25em;
	white-space: nowrap;
}
.container_right ul {
	margin: 0;
}
.container_right li {
	float: right;
	list-style: none;
	margin: .25em;
	white-space: nowrap;
}
right {
	float: right;
}
.bio_img {
	width: 350px;
	float: right;
	margin: .5em;
}
.statement_img {
	width: 253px;
	float: right;
	margin: .5em;
}