@charset "UTF-8";
body {
	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-size: 85%;
	background-color: #433821;
	height: 100%;
	margin-top: 2em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 80%;
}
.index #container {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	vertical-align:middle;
	margin-left: auto;
	top: 50px;
}
.index #header {
	padding-bottom: 1em;
}
.index #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 */
}
.index #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.index #footer {
	padding: 0 10px;
} 
.index #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	color: #669966;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
}
#footer a :hover {
	color: #FFFFFF;
}
#footer a:visited {
	color: #6699CC;
}
.index #container #footer p {
	color: #CCCC99;
	text-align: center;
	font-size: 75%;
	text-decoration: none;
}

.index #container #footer h3 {
	color: #FFF;
	text-align: center;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 15px;
	padding-top: 15px;
	font-family: "Arial Black", Gadget, sans-serif;
}
