/**************** 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;
}

div.photobox {
	clear:left;
	height: 520px;
}

div.smallphotobox {
	clear:left;
	height: 170px;
}

img.photoleft {
	padding-right:10px;
}

div#content th, div#content td {
	padding-right: 1em;
	vertical-align: top;
}

div#content table.detailtable th, div#content table.detailtable td {
	padding-bottom: 0.5em;
}

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

#footer {
	background:#5d7012;
}

