@charset "UTF-8";
body {
	margin: 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: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 15px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-style: normal;
}
.oneColFixCtrHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 515px;
	border: thin none #58585A;
	background-repeat: no-repeat;
	font-family: "Century Gothic";
	background-image: url(main-image.png);
	padding-top: 85px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.oneColFixCtrHdr #header {
	height: 0px;
	width: 800px;
	padding: 0px;
	font-style: normal;
	text-align: right;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
}
.oneColFixCtrHdr #footer {
	margin-top: 700px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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;
}
