@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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #EED1A5;
	font-family: "Century Schoolbook";
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #8F8153;
	letter-spacing: 0.1em;
	text-indent: 0em;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	display: block;
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	overflow: scroll;
	position: relative;
	visibility: visible;
	z-index: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	page-break-before: auto;
	page-break-after: auto;
}
.oneColElsCtr #container {
	width: 46em; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: "Century Schoolbook";
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #EED1A5;
	text-decoration: none;
	background-color: #8F8153;
	letter-spacing: 0.1em;
	text-indent: 0em;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	padding: 0 20px;
	font-weight: lighter;
	display: block;
}
<div id="container">
  <div id="mainContent">

