@charset "UTF-8";

.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: none;
	width: 955px;
}
.oneColFixCtr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 9px;
	clear: both;
}