@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	font-family: "Adobe Garamond Pro";
	background-color: #999999;
}
.oneColFixCtr #container {
	width: 8.5in; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent .logo {
	left: 10px;
	top: 5px;
	width: 150px;
	height: 160px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #header {
	font-family: "Adobe Garamond Pro";
	text-align: center;
	margin-right: 100px;
	margin-left: 100px;
	padding-right: 75px;
	padding-left: 75px;
}

#mainContent button {
	width: 150px;
	top: 5px;
	right: 0px;
}
