body {
background: url(../images/bg.png) top left repeat-x;
font-family: arial;
font-size: 67.5%;
margin: 0;
padding: 0;
}

	#banner {
	background: url(../images/wrapper-top.png) top left no-repeat;
	float: left;
	height: 163px;
	overflow: hidden;
	width: 100%;
	}
	
	#content {
	border-top: 1px solid #B0A35F;
	float: left;
	margin-left: 10px;
	min-height: 200px;
	width: 800px;
	}
	
	#content div {
	margin: 5px 10px;
	}
	
	#content div h1 {
	font-size: 1.9em;
	}
	
	#content div h2 {
	color: #60531E;
	}
	
	#content div h3 {
	color: #B0A35F;
	font-size: 1.3em;
	}
	
	#content div p {
	font-size: 1.2em;
	line-height: 140%;
	}
	
	#frame {
	left: 50%;
	margin-left: -410px;
	margin-top: 40px;
	position: absolute;
	width: 820px;
	}
	
	#footer {
	background: transparent url('../images/wrapper-bottom.png') bottom left no-repeat;
	float: left;
	height: 50px;
	overflow: hidden;
	width: 820px;
	}
	
	#footer p {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	margin: 14px 0 0 15px;
	}
	
	#logos {
	color: #333;
	float: left;
	font-size: 1em;
	font-weight: bold;
	margin-left: 10px;
	margin-top: -10px;
	}

	#logos a {
	color: black;
	}
	
	#pics {
	background: transparent url('../images/pic1.jpg');
	border-top: 1px solid white;
	float: left;
	height: 125px;
	margin-left: 10px;
	width: 800px;
	}
	
		#pics.two {
		background: transparent url('../images/pic2.jpg');
		}
		
		#pics.three {
		background: transparent url('../images/pic3.jpg');
		}
	
	#nav {
	background: #B0A35F;
	border-top: 1px solid white;
	display: inline-block;
	float: left;
	height: 30px;
	margin-left: 10px;
	width: 800px;
	}

	#nav ul {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	list-style: none;
	margin: 8px 0 0 10px;
	padding: 0;
	}
	
	#nav ul li {
	float: left;
	margin-right: 15px;
	}
	
	#nav ul li a {
	color: white;
	text-decoration: none;
	}
	
		#nav ul li.on a {
		color: #60531E;
		}
	
	#nav ul li a:hover {
	color: #60531E;
	}

	#subnav {
	background: #C3B568;
	border-top: 1px solid white;
	display: inline-block;
	float: left;
	height: 30px;
	margin-left: 10px;
	width: 800px;
	}

	#subnav ul {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	list-style: none;
	margin: 8px 0 0 10px;
	padding: 0;
	}
	
	#subnav ul li {
	float: left;
	margin-right: 15px;
	}
	
	#subnav ul li a {
	color: white;
	text-decoration: none;
	}
	
		#subnav ul li.on a {
		color: #60531E;
		}
	
	#subnav ul li a:hover {
	color: #60531E;
	}

	
	#wrapper {
	background: transparent url('../images/wrapper-middle.png') top left repeat-y;
	float: left;
	width: 820px;
	}
	
		.bold {
		font-size: 1.2em;
		font-weight: bold;
		}
		
		.fleft {
		border: 1px solid black;
		float: left;
		margin: 0px 10px 0 0;
		}
		
		.fright {
		border: 1px solid black;
		float: right;
		margin: 0px 0 0 10px;
		}
		
		.main {
		font-size: 1.2em;
		margin-left: 40px;
		}
		
		.menu {
		float: left;
		font-size: 1.2em;
		margin: 0;
		padding: 0;
		width: 375px;
		}
		
		.menu dt {
		float: left;
		width: 250px;
		}
		
		.menu dd {
		color: #60531E;
		float: left;
		font-weight: bold;
		width: 60px;
		}