/**************** Header and navigation styles ****************/

#header {
	background:#5d7012;
}

#navigation {
	background:#5d7012;
}

#navigation .selected, #navigation a:hover {
	background:#c7c56e;
}

/**************** Content styles ****************/

#content {
	float:left;
	font-size:1em;
	width:936px;
	padding:10px 10px 0 10px;
	border-right:0;
}

#content h3, #narrow_content h3 {
	margin:0 0 15px 0;
	font-size:1.6em;
	font-weight:normal;
	text-decoration:underline;
}

div.boxthree {
	float:left;
	width:230px;
	height:270px;
	height:295px;
	padding:5px;
	border-bottom: 1px solid;
	margin:5px 35px;
}

#content div.boxthree h3 {
	padding-bottom: 6px;
	margin-bottom: 0px;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	letter-spacing:-1px;
	color:#339933;
	background-color:inherit;
}

div.boxthree p {
	height:63px;
	padding-bottom:10px;
}

div.boxthree p + p {
	height:10px;
	margin-top:-10px;
}

div.wide_photobox {
	width:709px;
	float:left;
	padding-bottom:30px;
}

div.middle_photobox {
	height:270px;
	width:348px;
	float:left;
	padding-left:5px;
	padding-bottom:30px;
}

div.middle_photobox p{
	line-height:3.5em;
}

div.left_small_photobox {
	height: 267px;
	width: 445px; /* instead of 448px, i.e. 3px less: fixing Duplicate Characters Bug IE6 */
	float: left;
	padding: 5px 10px 15px 0px;
}

/**************** Footer styles ****************/

#footer {
	background:#5d7012;
}

