@charset "utf-8";
body {
	font: 85% "eb-garamond", serif;
	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: #bcae95;
	background-color: #594d37;
}
.oneColFixCtr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px #a58b5d;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	background-color: #332f20;
	background-repeat: no-repeat;
	background-position: center center;
}
.oneColFixCtr #mainContent {
	margin: 40px;
	text-align: center;
}

a, a:link, a:hover, a:visited {
	color: #bcae95;
}

h1 {
	font-size: 18px;
}

.brown {
	color: #bcae95;
}
