@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFCC;
	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: #3330000;
}

.nav {
	text-align: center;
}
#container 
	{margin-left: auto;
	margin-right:auto;
	width: 80%;
}
h1 {background-color: #ccaa66;
	color: #000000;
	line-height: 200%;
	text-align: center;
}
h2 {background-color: #AEAED4;
	color: #191970;
	font-family: Georgia, "Times New Roman", serif;
}

.oneColElsCtr #container {
	width: 46em;
	background: #FFFFCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer {
	background-color: #ccaa66;
	color:#000000;
	font-size: .60em;
	font-style: italic;
	text-align: center;
}
