@charset "utf-8";
/* CSS Document */

.OneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-style: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	z-index:1;
}
.OneColFixCtrHdr #content {
	padding: 10px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #fff;
}
