@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-image: url(../site/images/challenge/trunk_bg.jpg);
	background-repeat: repeat;
}
#container  {
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#nav {
	height: 57px;
	width: 950px;
	margin-bottom: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
#header {
	background-image: url(../site/images/challenge/challenge_hd.jpg);
	background-repeat: no-repeat;
	height: 203px;
}
#mainContent  {
	background-image: url(../site/images/challenge/challenge_mid.jpg);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: -22px;
	margin-bottom: -20px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #2B1D11;
	padding-left: 117px;
	padding-top: 10px;
	margin-top: 10px;
}
.homeText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.75em;
	padding-top: 0px;
	padding-right: 121px;
	padding-bottom: 0px;
	padding-left: 121px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	text-indent: 35px;
	word-spacing: 0.7em;
}
#footer {
	background-image: url(../site/images/challenge/challenge_footer.jpg);
	background-repeat: no-repeat;
	height: 200px;
	text-align: center;
	font-size: .75;
	background-color: #945439;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#container #mainContent ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.75em;
	font-weight: bold;
	list-style-position: inside;
	text-align: left;
	text-indent: 0px;
	margin-left: 121px;
	margin-right: 121px;
	word-spacing: 0.7em;
}
#container #footer a {
	text-decoration: none;
	color: #0C0D08;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	padding-bottom: 0px;
	padding-top: 0em;
	line-height: 1.45em;
	padding-right: 0px;
	padding-left: 0px;
}
#donation_btn {
	position: fixed;
	z-index: 1000;
	right: 0px;
	bottom: 0px;
}
