@charset "UTF-8";
body {
	margin: 0px;
	background-color: #50664F;
}
.oneColFixCtrHdr #container {
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	margin-top: 0px;
}
.oneColFixCtrHdr #footer {
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat {
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
}

