#outerwrapper {
	margin: 0px auto;
	width: 780px;
}
#header, #content, #footer {
	width: 100%;
}
body {
	margin: 0px;
	font: 1em "Trebuchet MS", Verdana, sans-serif;
	background: #FFFFFB url(images/back-wood.jpg) repeat;
}
#header {
	height: 192px;
	position: relative;
	border-top: 9px solid #693528;
	border-right: 9px solid #693528;
	border-bottom: 9px none #693528;
	border-left: 9px solid #693528;
	width: 762px;
	background: url(images/header.jpg) no-repeat;
}
#content {
	border-top: 9px none #693528;
	border-right: 9px solid #693528;
	border-bottom: 9px none #693528;
	border-left: 9px solid #693528;
	position: relative;
	height: auto;
	width: 742px;
	background: #FFFFFF url(images/bottom-background.jpg) no-repeat center bottom;
	padding: 10px;
	font: 1em "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
}
#content img {
	padding: 10px;
}

p {
	font: .8em "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
}
h1 {
	font: bold 1.2em "Trebuchet MS", Verdana, sans-serif;
	color: #4D2419;
}

#footer {
	background: #693528;
	height: 25px;
	font-size: .8em;
	color: #FFFFFF;
	text-align: center;
	padding-top: 7px;
}
#navigation {
	height: 31px;
	position: absolute;
	bottom: 0px;
	left: 2px;
}
.boldtext {
	font: bold 1.1em "Trebuchet MS", Verdana, sans-serif;
	color: #4D2419;
}
.reference_table {
	border: thin solid #4D2419;
	background: #D1882C;
	font: .9em "Trebuchet MS", Verdana, sans-serif;
	color: #FFFFFF;
	padding: 1px;
}
