@charset "UTF-8";
body {
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(../_images/seven/texture_seven.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 1075px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	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;
}
.oneColFixCtrHdr #header {
	padding: 0;
	margin: 0px;
	height: 304px;
}
.oneColFixCtrHdr #container #header img {
	position: absolute;
	z-index: 10;
	top: 2px;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../_images/seven/seven_sidebars.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	height: 1656px;
}
.oneColFixCtrHdr #container #mainContent p {
	margin-left: 100px;
	padding: 0px;
	margin-right: 100px;
}
.oneColFixCtrHdr #footer {
	padding: 0px;
}
.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 */
}
.oneColFixCtrHdr #container #mainContent a {
	color: #69C407;
}

