body {
	background: #efeed9 url('images/main_bg.gif') repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#main {
	margin-bottom: 60px;
}
#header {
	padding-top: 30px;
	background: url('images/header_bg.gif') bottom repeat-x #e4e3d1;
}
#logo {
	height: 50px;
	width: 750px;
	text-align: right;
}
#nav {
	width: 750px;
	text-align: right;
	padding: 15px 0 15px 0;
	height: 43px;
}
.nav-button {
	float: right;
}
#main-content {
	width: 750px;
	text-align: right;
	border-right: 2px solid #efeed9;
	border-left: 2px solid #efeed9;
}
#interior-main {
	width: 730px;
	text-align: left;
	border-right: 2px solid #efeed9;
	border-left: 2px solid #efeed9;
	background: #ffffff url('images/interior_bg.gif') no-repeat;
	min-height: 500px;
	padding: 83px 5px 30px 15px;
}
#interior-content {
	width: 580px;
	margin-left: 15px;
	float: left;
}
#interior-content-wide {
	width: 685px;
	margin-left: 15px;
	float: left;
}
#interior-header {
	margin-bottom: 25px;
}
#interior-content h1 {
	text-transform: uppercase;
	font-size: 10pt
}
#interior-content strong {
	color: #9e5920;
}
#interior-nav {
	text-align: right;
	margin-top: 10px;
	float: right;
	width: 125px;
}
#interior-nav h1 {
	color: #c1af89;
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#interior-nav h2 {
	color: #9b591f;
	font-size: 10pt;
	margin: 0px;
	padding-top: 4px;
}
#interior-nav a {
	color: #9b591f;
	font-size: 8pt;
	text-decoration: none;
}
#interior-nav a:hover {
	text-decoration: underline;
}
#interior-content-footer {
	width: 750px;
	height: 3px;
	padding-top: 3px;
	border-right: 2px solid #efeed9;
	border-left: 2px solid #efeed9;
	background-color: #975a21;
}
#welcome {
	width: 750px;
	margin-top: 35px;
}
#welcome-graphic {
	float: left;
	width: 180px;
	text-align: center;
	margin-top: 5px;
}
#welcome-text {
	float: left;
	text-align: left;
	width: 570px;
	color: #42412c;
}
#footer {
	margin-top: 55px;
	padding-bottom: 55px;
	color: #aead9b;
	font-size: 7pt;
}
#footer a {
	color: #aead9b;
}
.clear {
	clear: both;
}
ul {
	padding-top: 8px;
	padding-bottom: 8px;
	list-style-image: url('images/bullet.gif');
}
li {
	padding-top: 5px;
	padding-bottom: 5px;
}
a {
	color: #9b591f;
}
em {
font-size: 8pt;
}
b {
	font-size: 11pt;
	color: #000000;
}