body {
	font-family: small "GillSans-Light","Gill Sans Light", "Gill Sans MT";
	font-family: 80% "Gill Sans MT condensed";
	font-size: 14px;
	margin:0;
	padding:0;
	background: url(../Images/background.jpg) repeat;
	/*background: #ECF4BD;*/
	background-repeat: repeat;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}

.oneColFixCtrHdr #container {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../Images/background.jpg) repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:200px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
	position: relative;
	font-size: 14px;
}