body {
	margin:0;
	padding:0;
	font-size:62.5%;
	font-family:"Clarendon BT", Georgia, Times, serif;
	background:#473a31;
}

a {
	color:#cc9933;
	text-decoration:none;
}

a img {
	border:none;
}

#header {
	background:#2b2b2b url(../images/bg_header.gif) repeat-x top;
	padding:1px;
	height:11em;
	position:relative;
}


#header h1 {
	float:left;
	position:absolute;
	left:2em;
	top:3em;
	margin:0;
	padding:0;
	font-size:1.7em;
}

#header h1 img {
	width:17.2em;
}

#header #subtitle {
	position:absolute;
	color:#cc9933;
	font-size:1.7em;
	line-height:3;
	top:2.7em;
	right:2em;
	font-family:Georgia;
	margin:0;
	padding:0;
}

#banner {
	background:#423c2e;
}

#banner img {
	width:84.7em;
	display:block;
}

#nav {
	background:#9ca163;
}

#nav ul {
	float:left;
	margin:0 3em;
	padding:0;
	list-style-type:none;
}

* html #nav ul {
	margin-left:1.5em;
}

#nav li {
	float:left;
}

#nav li a {
	float:left;
	padding:.8em 1em;
	color:#FFF;
	font-size:1.1em;
	text-transform:uppercase;
	letter-spacing:.3em;
}

#nav li.selected a {
	position:relative;
	top:-6px;
	border-top:6px solid #cc9933;
	color:#000;
	background:#FFF;
	margin-bottom:-6px;
}

#main {
	background:#FFF;
	border-right:5px solid #706240;
	width:80em;
	padding:2em 3em;
}


#secondary {
	float:right;
	text-align:center;
	width:30em;
}


#photos {
	width:100%;
}

#photos td {
	padding:.4em .4em 0 0;
	text-align:center;
	width:25%;
}

#photos td img {
	display:block;
	padding:0;
	margin:0 auto;
	width:7em;
}


#elsewhere {
	background:#FFF url(../images/bg_elsewhere.gif) no-repeat bottom left;
	padding-bottom:7.5em;
	text-align:left;
	margin:0 0 2em;
}

#elsewhere h2 {
	color:#418585;
	font-size:1.6em;
	margin-top:0;
}

#elsewhere ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:27em;
}

#elsewhere li {
	font-size:1.3em;
	color:#504135;
	font-weight:bold;
	margin-bottom:1em;
}

#elsewhere li a {
	color:#9ca163;
	font-family:Verdana, Arial, sans-serif;
	font-size:.8em;
}

#elsewhere #inner {
	background:#cbe5e5;
	padding:1.5em 0 1.5em 1.5em;
}

.article, .page {
  margin:0 32em 2em 0;
	padding:1px;
}