@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixWd #container {
	position: absolute;
	top: 0px;
	left: 5;
	width: 720px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.oneColFixWd #mainContent {
	padding: 0 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}