@charset "utf-8";
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #9E9F57;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
