body {
	font-family: candara;
	font-size: 14px; /* 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;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	width: 950px;
	vertical-align: top;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	height: 950px;
	line-height: 19px;
}

.oneColElsCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 750px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 210px;
	margin-right: auto;
	margin-left: auto;
}
