body {	font: 100% Verdana, Arial, Helvetica, sans-serif;	background: #2C5D04;	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #ffffff;}.oneColFixCtr #container {	width: 700px;	margin: 0 auto;	text-align: left;}.oneColFixCtr #mainContent {	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	margin: 2;}#content1 {	margin: 250px 20px 10px 30px;	text-align: right;	font-weight: bold;}#content2 {	font: bold 9pt/1.15em Arial, Helvetica, sans-serif;	color: #FFFFFF;	margin: 20px 0 0 80px;}
