@charset "utf-8";
/* CSS Document */

body {
	background: #dbdada;
}
.oneColFixCtrHdr #container {
	width:1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #fff;
}

