@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #222;
	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: #FFF;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}


.oneColFixCtrHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	margin-right: auto;
	margin-bottom: 0;
	left: auto;
	bottom: auto;
	margin-left: auto;
} 
.oneColFixCtrHdr #header  {
	background-color: #000;
	border-left-style: none;
	border-bottom-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-bottom-color: #FFF;
	text-align: center;
	letter-spacing: 0.12em;
	margin: auto;
	padding-top: 5px;
} 
.oneColFixCtrHdr #mainContent {
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #footer {
	background-color: #000;
	letter-spacing: 0.1ex;
	text-align: center;
	height: auto;
	width: 1000px;
	border-bottom-color: #FFF;
	border-top-width: 4px;
	border-top-style: double;
	padding-top: 5px;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.linkbar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.12em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
}
