@charset "UTF-8";
.oneColFix #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left !important; /* this overrides the text-align: center on the body element. */
}
.oneColFix #mainContent {
	/*margin: 0 167.5px 0 167.5px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 990px;/* remove for 3 column layout */
	/* remove for 3 column layout */
} 
.oneColFix #infoPage #mainContent {width: 600px;}
.oneColFix #footer { 
	clear: both; /* ensures that this clears the floated columns */
} 

