@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: #CC3508;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/oldImages/bodyBG.jpg);
}
#leaderBoard {
	padding: 0px;
	width: 728px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#leaderBoard img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

 #container {
	width: 700px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/oldImages/mainContentBG.jpg);
	background-repeat: no-repeat;
	background-position: left 228px;
	background-color: #94191C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 #header {
	margin: 0px;
	width: 702px;
	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: 228px;
}
 #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: 700px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #F1CD62;
	border-left-color: #F1CD62;
	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: #210002;
	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: #fec042;
	border-bottom-color: #FEC042;
	border-left-color: #FEC042;
	height: 350px;
}
#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: #fec042;
	border-bottom-color: #FEC042;
	border-left-color: #FEC042;
	height: 170px;
}
.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: #C11E21;
	text-decoration: none;
}
.contestContent a:visited {
	color: #C11E21;
	text-decoration: none;
}
.contestContent a:hover {
	color: #FFFF00;
	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;
}
#contestContainer .contestContent .survey {
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: .5em;
	padding-bottom: 0px;
	padding-left: .5em;
	color: #FFFFFF;
}



#mainContent #forumContainer {
	float: left;
	width: 290px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5em;
	background-color: #210002;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0em;
}

#mainContent #contactContainer {
	float: right;
	width: 290px;
	margin-top: 0px;
	margin-right: 5em;
	margin-bottom: 0px;
	margin-left: 0em;
	background-color: #210002;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contactContainer .contactContent {
	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: #fec042;
	border-bottom-color: #FEC042;
	border-left-color: #FEC042;
	height: 170px;
}
#mainContent #paisley {
	padding: 0px;
	width: 468px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#mainContent #paisley img {
	margin-top: 1em;
	border: 1px solid #FFFF00;
	margin-bottom: 0px;
}
#mainContent #Promo {
	clear: both;
	height: 60px;
	width: 234px;
	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;
}

#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;
}




.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}


 #footer {
	width: 700px;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #94191C;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	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: #F1CD62;
	border-bottom-color: #F1CD62;
	border-left-color: #F1CD62;
}
 #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: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fec042;
	border-right-color: #FEC042;
	border-bottom-color: #fec042;
	border-left-color: #FEC042;
}
.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;
}
