@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #1E1C18;
	font-style: normal;
}
.oneColFixCtrHdr #container {
	width: 840px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: none;
	background-color: #FFF;
	border: thin solid #000;
	margin-top: 30px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.oneColFixCtrHdr #header {
	height: 150px;
	margin: 0px;
	padding: 0;
	width: 840px;
	visibility: visible;
	background-color: #DDDDDD;
	background-image: url(images/banners/banner-home.jpg);
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-image: none;
	height: 447px;
	width: 800px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	padding-left: 20px;
	font-weight: normal;
	background-color: #FFF;
	padding-right: 20px;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #938A78;
	font-size: x-small;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: right;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.oneColFixCtrHdr #container #mainContent p {
	text-align: left;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.oneColFixCtrHdr #container #mainContent {
	font-weight: normal;
}
.oneColFixCtrHdr #container #mainContent {
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}
