@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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #FDDA7E;
	background-image: url(../images/oldImages/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#leaderBoard {
	width: 728px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
}
#leaderBoard img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

 #container {
	width: 700px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px none #AFBF9B;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: .5%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/oldImages/mainContentBG.jpg);
	background-repeat: no-repeat;
	background-position: left 182px;
	background-color: #D24C0F;
}
#contentWrapper  {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
}
 #header {
	background-color: #000000;
	margin: 0px;
	width: 698px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/oldImages/headerBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 182px;
}
 #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 */
	text-indent: -1000em;
}
 #mainContent {
	padding: 0;
	margin: 0px;
	width: 698px;
	float: left;
}

#mainContent #contestContainer {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 0px;
	margin-bottom: 1.5em;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
}

#contestContainer .contestContent {
	background-color: #4A1702;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 350px;
}
.contestContent p {
	color: #2A3127;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
.contestContent a {
	color: #2A3127;
	text-decoration: none;
}

#contestContainer .contestContent .contestText {
	text-align: center;
	font-size: 2.5em;
	margin: 0px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 5em;
	padding-left: 1em;
}


#mainContent #forumContainer {
	float: left;
	width: 290px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	background-color: #4a1702;
}
#forumContainer .forumContent {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 170px;
}
#mainContent #contactContainer {
	padding: 0px;
	float: right;
	width: 290px;
	margin-top: 0px;
	margin-right: 5em;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #4a1702;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
}
#contactContainer .contactContent {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 170px;
}
#mainContent #Promo {
	clear: both;
	height: 60px;
	width: 468px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}
#mainContent #Promo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}




.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

 #footer {
	width: 698px;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #D24C0F;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
 #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 ul {
	list-style-type: none;
	width: 500px;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	text-align: center;
}
#footer li {
	display: inline;
}
#footer li a {
	color: #FFFF00;
	text-decoration: none;
	padding: 1em;
	margin-right: 2em;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer li a:hover {
	color: #FFFFFF;
}


.titleBox  {
	background-image: url(../images/oldImages/titleBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	height: 31px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFE10F;
	border-left-color: #FFFFFF;
}
.contestContent  a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.forumContent p {
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contactContent p {
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.join {
	height: 32px;
	width: 133px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0em;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 2em;
	padding-left: 0px;
}
.enter {
	height: 32px;
	width: 133px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0em;
	padding-top: 3em;
	padding-right: 0px;
	padding-bottom: 2em;
	padding-left: 0px;
}

.contestContent .enterhere {
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	width: 598px;
	color: #3F660B;
}
.enterhere a {
	color: #446810;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 598px;
}
.enterhere a:hover {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 598px;
}

.noContest {
	font-size: 3em;
	line-height: 1.3em;
	text-align: center;
	margin: 0px;
	padding-top: 4em;
}
