body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #669999;
	background-position: center;
}
#wrapper {
	display: inline-block;
	margin: auto;
	height: auto;
	width: 904px;
	border: medium double #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FEF8E0;
}

#header {
	height: auto;
	width: 904px;
	
}

#navtools {
	width: 900px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FEF8E0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #006666;
	border-right-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #006666;
}
#narrative {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF9E2;
	width: 897px;
	padding-left: 4px;
	font-size: 0.95em;
	line-height: 1.5em;
	color: #003333;
	text-align: left;
	clear: both;
	padding-top: 10px;	
}
#rightSide {
	float: right;
	height: auto;
	width: 300px;
	padding-left: 10px;
}
#copyright {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	display: inline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
