body {	
	font-family: Helvetica, sans-serif;
	background: #F2F2F2;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
}
.oneColElsCtr #container {
	width: 800px;
	background: #FFFFFF;
	margin: 20px auto; 
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a:link {text-decoration: none}
a:visited {color: #0066cc; text-decoration: none}
a:hover {text-decoration: underline}

