@charset "UTF-8";
/* CSS Document */

/* site styles */

body {
	background-color: #999;
	padding: 0px;
	margin: 0px  auto;
}

#centerStuff {
	position: absolute;
	top: 0px;
	left: 0px;
	width:  100%;
}
#wrapper {
	width:800px;
	margin-right: auto;
	margin-left: auto;
}
.flashNav {
	display: block;
	margin: 0px;
}
.btmNotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	width:800px;
	background-color: #54534A;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	/* margin-bottom: 5px; */
	float:left;
}
.btmNotes a {
	color: #fff;
}
a {
	text-decoration: none;
	color: #81210A;
}
a:hover {
	text-decoration: underline;
}
img, a {
	border:0;
}
h1, h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #b5121b;
}