@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000;
}
.oneColFixCtrHdr #container {
	width: 780px; 
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-size: 9px;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 11px 2px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	color: #F63;
	margin-left: 183px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0 0 35px 155px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 166px 2px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 2px 4 0px;
	background-image: url(images/Bkgnd.gif);
	height: 433px;
	text-align: center;
	color: #FC0;
	font-weight: bold;
	width: 600px;
	margin-left: 155px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #000;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px 4px 2px;
	margin-left: 155px;
}
.oneColFixCtrHdr #footer p {
	margin: 0 0 0 133px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 4px 2px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 9px;
}

