.oneColFixCtr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #848284;
	border-right: 1px solid #848284;
	padding: 2px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #shadow1 {
	width: 992px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #B8B6B8;
	border-right: 1px solid #B8B6B8;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #shadow2 {
	width: 994px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #DBDADB;
	border-right: 1px solid #DBDADB;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #shadow3 {
	width: 996px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #F1F0F1;
	border-right: 1px solid #F1F0F1;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #topMenu {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #mainContent {
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}