#wrapper {
	display: inline-block;
	margin: auto;
	float: none;
	height: auto;
	width: 950px;
	border: medium groove #FF6600;
	background-color: #FDE9D0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
}
#narrative {
	float: left;
	height: auto;
	width: 950px;
	background-color: #FDE9D0;
	display: inline;
	padding-top: 15px;
	line-height: 1.4em;
}

#footer {
	float: left;
	height: auto;
	width: 950px;
	padding-top: 20px;
	display: inline;
	clear: both;
}

.pageOpening {
	font-size: large;
	font-weight: bold;
	color: #003300;
}
.footerBrownSmall {
	font-size: smaller;
	font-weight: bold;
	color: #330000;
}

.businessOrange {
	font-size: x-large;
	font-weight: bold;
	color: #FF6600;
}
.redTitleBolded {
color: #FF0000;
font-size: large;
font-weight: bold;}
.brownBold {
	color: #660000;
	font-weight: bold;
}


.greySmallText {
	font-size: x-small;
	color: #666666;
}

