@charset "UTF-8";
body {
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #b5d5ff
;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #container {
	width: 760px;
	text-align: center;
	position: fixed;
	margin-right: auto;
	margin-left: auto;
	background-color: #d1deff;
}
.oneColFixCtrHdr #header {
	background: transparent;  /* 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. */
	height: auto;
	width: 760px;
}
.oneColFixCtrHdr #mainContent {
	background-color: d1deff;
	background-position: top;
	border-bottom-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #footer {
	padding: 10; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.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 */
}
