@charset "UTF-8";
body {
	font: 60% Arial, Helvetica, sans-serif;
	margin: 94px;
	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 */
	color: #353517;
	background-image: url(23%20gallery/23gallery_bg.jpg);
	margin-top: 56px;
}
.oneColFixCtr #container {
	width: 609px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	float: left;
	height: 835px;
}
.oneColFixCtr #mainContent {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

