#wrapper {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FAE6DC;
	font-size: 14px;
	line-height: 1.5em;
	color: #330000;
	display: inline-block;
	margin: auto;
	height: auto;
	width: 955px;
	border: thin groove #330000;
}
#header {
	float: left;
	height: auto;
	width: 955px;
	border-bottom-style: double;
	border-bottom-width: thin;
	border-bottom-color: #666666;
}
#navs {
	height: auto;
	width: 955px;
	background-color: #CEC19F;
	margin: 0px;
	padding: 0px;
}
#leftSideBar {
	float: left;
	height: auto;
	width: 125px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-top: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #330000;
	border-right-width: thin;
	border-right-style: outset;
	border-right-color: #666666;
	padding-left: 5px;
	background-image: url(images/leftSideBack.jpg);
	text-align: center;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#narrative {
	height: auto;
	width: 788px;
	float: left;
	padding-left: 15px;
	padding-right: 5px;
	border-top-width: thin;
	border-top-style: outset;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 15px;
	
}
#footer {
	float: left;
	height: auto;
	width: 955px;
	font-size: medium;
	font-weight: bold;
	line-height: 1.5em;
}


.busBold {
	font-size: medium;
	font-weight: bold;
}
.footerLarge {font-size: x-large}

.copyrightSmall {
	color: #666666;
	font-size: x-small;
}
