
<!--
body {
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 50;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: auto;
}
.oneColElsCtr #container {
	width: 900px;
	background: #000000;
	margin: 0 auto 0 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
	margin: 80px auto auto;
}
#header {
	background: #000;
	margin-left: -13px;
}
.headerText {
	font-family: Papyrus, Enviro, pegasus, "bradley Hand ITC", tahoma;
	font-size: 1em;
	color: #999;
	width: auto;
}
#navBar {
	width: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .75em;
	margin-left: 10px;
	margin-bottom: 20px;
}
#bbar {
	width: 800px;
	font-size: 1px;
	height: 0.1px;
	margin-left: -30px;
}
#footer {
	width: 70%;
	margin-left: 250px;
	font-family: papyrus, enviro, pegasus, "bradley Hand ITC", tahoma;
	;
	font-size: 10px;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
}
-->

