@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #444544;
	background-image:url(images/bggradient.png);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}
.oneColFixCtr a {
	text-decoration:none;
	color:#FFFFFF;
}
.oneColFixCtr a:hover {
	color:FF0000;
}
.onwhite a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.oneColFixCtr #container {
	width: 816px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #header {
	background-image:url(images/header.jpg);
	width:816px;
	height:123px;
}
.oneColFixCtr #nav {
	background-image:url(images/nav.jpg);
	width:816px;
	height:56px;
}
.oneColFixCtr #sidelines {
	background-image:url(images/sidelines.png);
	background-repeat:repeat-y;
	width:816px;
}
.oneColFixCtr #info {
	padding:20px;
	float:none
}
.oneColFixCtr #infoff {
	padding:35px
}
.oneColFixCtr #footer {
	background-image:url(images/footer.jpg);
	width:816px;
	height:40px;
}
img {
	border:none;
}
.spacerff {
	float:none;
}
