/* about section */

#aboutHeader {
	position: relative;
	width: 591px;
	height: 200px;
	/*background-color: #8fa17a;*/
	background-color: #B8B77D;
	margin-bottom: 1px;
}

#aboutHeader #aboutGraphic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 391px;
	height: 200px;
}

#aboutHeader ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 20px;
	left: 391px;
	width: 200px;
}


#aboutHeader ul li {
	text-align: right;
}

#aboutHeader ul li a {
	display: block;
	color: #fff;
	font-weight: normal;
	width: 160px;
	text-decoration: none;
	font-size: 12px;
	padding: 0.5em 20px;
}

#aboutHeader ul li a.currentNav {
	background-color: #747D4B;
	font-size: 12px;
	font-weight: bold;
}

#aboutHeader ul li a.currentNav:hover {
	background-color: #747D4B;
}

#aboutHeader ul li a:hover {
	background-color: #836945;
}

#aboutContent {
	width: 551px;
	padding: 20px;
	background-color: #DEDDB5;
	line-height: 1.3em;
	color: #6C6B3B;
	margin-bottom: 1px;
}

#aboutContent em {
	padding: 0px;
	margin: 0px;
}

#aboutContent h2 {
	color: #7B3611;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
}



