@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: #000000;
}
 #container {
	width: 650px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FBD68F;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #0C3A6B;
	background-image: url(images/containerBG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
 #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-image: url(images/headerBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 128px;
	width: 650px;
}
 #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: 650px;
	background-image: url(images/mainContentBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContent p {
	font-size: 1.5em;
	line-height: 1.2em;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding-top: 1em;
	padding-bottom: 0em;
	padding-right: 1em;
	padding-left: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F9D48D;
}
#mainContent a {
	color: #2087EE;
	text-decoration: none;
	font-weight: normal;
}
#mainContent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#mainContent h2 {
	font-size: 2em;
	line-height: 1.2em;
	text-align: center;
	margin: 0px;
	padding-bottom: 0.5em;
	padding-top: 1em;
	padding-right: .5em;
	padding-left: .5em;
	color: #F7D28B;
}
#mainContent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}






#entryForm {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.5em;
	padding-bottom: 2em;
}
#mainContent table {
	padding: 0px;
	margin-top: 0.5em;
	margin-bottom: 0px;
}
#mainContent table p {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #FFFFFF;
}
#mainContent .topPar {
	padding-top: 2.5em;
	text-align: center;
	font-size: 3em;
	margin: 0px;
}

#mainContent .logo {
	height: 117px;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent .logo2 {
	height: 90px;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent .info {
	font-size: 1.2em;
	margin: 0px;
	padding: .5em;
}
#mainContent .officialRules {
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom: .5em;
}
#mainContent .enterHere {
	height: 79px;
	width: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1em;
}
#mainContent .enterHere img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent .Thanks {
	margin: 0px;
	font-size: 2.5em;
	line-height: 1.2em;
	padding-top: 5em;
	padding-bottom: 20em;
}


#mainContent .prize {
	font-size: 2em;
	line-height: 1.3em;
	text-align: center;
	margin: 0px;
	padding-top: 8em;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
}
#mainContent .random {
	font-size: 1.2em;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}




 #footer {
	width: 650px;
	height: 42px;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #0C3A6B;
	background-image: url(images/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#footer a {
	color: #2087EE;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
