@charset "utf-8";
.oneColElsCtr #container {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #--leftContent {
	width: 485px;
	margin: 0px;
	border: 0px solid #000000;
	text-align: left;
	float: left;
}
.oneColElsCtr #--rightContent {
	width: 485px;
	margin: 0px;
	border: 0px solid #000000;
	text-align: left;
	float: right;
}


