@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: Arial, Verdana, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.5em;
	background-color: #2D357A;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/mb09_body_winter.gif);
}
td,th {
	font-size: 0.85em;
}
a:link, a:visited {
	color: #48a942;
	text-decoration: underline;

}
a:hover, a:active {
	text-decoration: none;
	color: #00539b;
}
#container {
	width: 925px;
	text-align: left;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(images/mb09_container_winter.gif);
	background-color: #FFFFFF;
	margin: 0 auto 0px;
}

#header {
	height: 190px;
	background-image: url(images/mb09_hdr_winter.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
}
.logo {
	float: left;
	padding: 20px 0px 0px 85px;
	border-width: 0px;
}

#nav {
	text-align:right;
	padding:45px 70px 0px 0px;
}
#nav img {
padding-right: 18px;
border-width: 0px;
}

#mainContent {
	height: 100%;
	margin: 0px;
	background-image: url(images/mb09_footer_winter.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 180px 130px;
}
.signature {
	background-image: url(images/BuckSignature.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	margin: 5px 0 10px;
}
#prize {
	width: 500px;
	font-size: 0.9em;
	color: #2E347A;
	line-height: 1.15em;
	margin-left: 10px;background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/prize_top_winter.gif);
	background-color: #FFFFFF;
}
#prize h3 {
	background-repeat: no-repeat;
	background-position: top;
	color: #9A3676;
	margin: 0px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 2em;
	font-family: Impact, "Arial Black", Arial, sans-serif;
	padding: 65px 0px 10px 100px;
}
#prize p {
	background-image: url(images/prize_bottom_winter.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px 0px 35px 100px;
}
#prize img {
	padding: 0px 25px 10px 20px;
}
.prizeDeadline  {
	color: #9A3676;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
}
#footer {
	background-color: #B9C9DB;
	width: 925px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #2E347A;
	margin: 0px auto;
	padding: 0px 0px 10px;
}
#footer a:link, #footer a:visited  {
	color: #2B3174;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover, #footer a:active  {
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: underline;
}
.gameInstructions {
	font-size: 0.85em;
	margin-top: 0px;
	line-height: normal;
	color: #00539b;
}
.gameheader {
	text-transform: uppercase;
	color: #9A3676;
	font: 1.5em Impact, "Arial Black", Arial, sans-serif;
	margin-bottom: 2px;
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	padding-top: 10px;
}
.clear {
	clear: both;
}

