body {
	background-attachment: scroll;
	background-color: #97482A;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
h1 {
	font-size: 18px;
	color: #8E3D20;
	text-align: left;
}
h2 {
	font-size: 16px;
	color: #8E3D20;
}
.container #story hr {
	color: #666666;
}

li {
	list-style-position: inside;
	list-style-type: square;
	text-align: left;
}
a {
	color: #8D3D1F;	
}

a:hover {
	color: #8D3D1F;
	text-decoration: none;	
}
.container {
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	
}
.container #offers {
	background-color: #A59C9D;
	height: 110px;
	padding: 0px;
	color: #984729;
}
.container #story {
	background-color: #C0C0C0;
	padding: 10px;
	text-align: center;
	background-attachment: scroll;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #A59C9D;
}
.container #story #caption {
	background-color: #CCCCCC;
	width: 800px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}

.container #navbar {
	height: 24px;
	background-image: none;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8C3D1F;
}
.container #navbar a {
	background-image: url(../images/navbck.jpg);
	font-weight: bold;
	color: #FFFFFF;
}
.container #navbar a:hover {
	background-image: url(../images/navbck.jpg);
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.container #footnote {
	background-image: none;
	font-weight: bold;
	color: #E7BB8E;
	background-color: #8C3D1F;
}
