@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/blackbird.jpg);
	background-repeat: no-repeat;
	height: 800px;
}
.oneColFixCtrHdr #header {
	margin: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 0px 0px 210px;
	margin-top: 370px;
	position: absolute;
	width: 250px;
}
#navigation {
	height: 50px;
	position: absolute;
	margin-top: 553px;
	text-align: center;
	padding-left: 190px;
	width: 1000px;
}
.oneColFixCtrHdr #footer {
	padding: 0 50px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: center;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #FFC;
	text-decoration: none;
	text-align: justify;
}

