@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: #820053;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #AFB81F;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}
 #container {
	width: 664px;
	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-repeat: repeat-y;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/containerBG.jpg);
}
 #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: 132px;
	width: 664px;
}
 #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;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

 #mainContent {
	padding: 0;
	margin: 0px;
	width: 664px;
	background-image: url(images/mainContentBG.jpg);
	background-repeat: no-repeat;
	background-position: left 191px;
}
#mainContent2 {
	padding: 0;
	margin: 0px;
	width: 664px;
	background-image: url(images/family.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 191px;
}
#mainContent h3 {
	font-size: 1.7em;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#mainContent h2 {
	font-size: 2em;
	line-height: 1.2em;
	text-align: center;
	margin: 0px;
	padding-bottom: 0.5em;
	padding-top: 0em;
	padding-right: 1em;
	padding-left: 1em;
}
#mainContent p {
	font-size: 1.4em;
	line-height: 1.2em;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding-top: 1em;
	padding-bottom: 0em;
	padding-right: 2em;
	padding-left: 2em;
}
#mainContent a {
	color: #F0009C;
	text-decoration: none;
}
#mainContent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



#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 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent .topPar {
	padding-top: 2.5em;
	text-align: center;
	font-size: 3em;
	margin: 0px;
}
#mainContent .logo {
	height: 60px;
	width: 257px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent .enterHere {
	height: 93px;
	width: 164px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: .2em;
}
#mainContent .enterHere img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent .GrandPrize {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.3em;
}
#mainContent .listen {
	font-weight: bold;
	font-size: 1.5em;
}
#mainContent .logoLinks {
	width: 598px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0.5em;
}
#mainContent .officialRules  {
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom: 0em;
	margin: 0px;
	padding-top: .2em;
}
#mainContent   .Thanks {
	margin: 0px;
	font-size: 2.5em;
	line-height: 1.2em;
	padding-top: 5em;
	padding-bottom: 15em;
	text-align: center;
}






#entryForm {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0em;
}


 #footer {
	width: 664px;
	background-image: url(images/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer2 {
	width: 700px;
	background-image: url(images/footerBG2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 162px;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

 #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 */
	text-align: center;
}
#footer a {
	color: #F0009C;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#homePage {
	padding: 0px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	clear: both;
}

#homePage   a  {
	color: #962D3C;
	text-decoration: none;
}

#homePage a:hover {
	color: #FF0000;
	text-decoration: underline;
}
