body {
	text-align:center;
	margin:0px;
	padding:0px;
}

#center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:auto;
	margin-right:auto;
	width:801px;
	text-align:left;
	position:relative;
}

#main {
	float:left;
	width:801px;
	position:relative;
	margin-top:10px;
}

#nav {
	
	width:801px;
	height:40px;
	
}

#content {
	float:left;
	width:801px;
	z-index:0;
}

#content img {
	float:left;
	z-index:0;
}

#contestcontent {
	position:absolute;
	top:48px;
	padding:8px;
	color:#FFFFFF;
	font-size:12px;
}

#contestcontent form {
	padding:0px;
	margin:0px;
	width:100%;
}

#contestcontent a {
	color:#FF6600;
	text-decoration:none;
}

#contestcontent a:hover {
	text-decoration:underline;
}

/* ## FOOTER CSS ## */

#footer {
	float:left;
	width:781px;
	margin:2px 0;
	padding:6px 10px 5px 10px;
	font-size:11px;
	background:url(images/green_shadow.gif) repeat-x;
	z-index: 4;
}

#footer div {
	float:left;
	clear:both;
	width:100%;
	vertical-align:bottom;
	padding-top:50px;
	margin-bottom:6px;
}

#footer img {
	margin-top:-40px;
}

#footer a {
	color:#607e36;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ## NAV CSS ## */

#navul {
	width:801px;
	height:40px;
	background:url(images/nav.gif) no-repeat 0px -40px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:8px;
	z-index: 10;
	clear:both;
	left:0px; 
}

#navul li {
	float:left;
	list-style:none;
	height:40px;
}

#navul li a {
	display:block;
	float:left;
	background-image:url(images/nav.gif);
	height:40px;
	text-indent:-4000px;
}

#navul li a:hover {
	background-image:none;
}

a#home {
	background-image:url(images/nav.gif);
	width:124px;
	background-position:0px 0px;
}

a#contest {
	background-image:url(images/nav.gif);
	width:145px;
	background-position:-124px 0px;
}

a#prize {
	background-image:url(images/nav.gif);
	width:180px;
	background-position:-269px 0px;
}

a#commercial {
	background-image:url(images/nav.gif);
	width:175px;
	background-position:-449px 0px;
}

a#rules {
	background-image:url(images/nav.gif);
	width:125px;
	background-position:-624px 0px;
}

/* ERROR BOX */

.err {
	color:#003300;
	padding:5px;
	background:#FFFFFF;
	border-width:0px 1px 1px 1px;
	border-color:#666666;
	border-style:solid;
	margin:0px 1px 1px 1px;
	
}

/* FORM CSS */

input {
	background:url(images/input_bg.gif) repeat-x #FFFFFF;
	border:1px solid #c06d29;
	padding:1px;
	font-size:11px;
}

select {
	background:url(images/input_bg.gif) repeat-x #FFFFFF;
	border:1px solid #c06d29;
	padding:1px;
	font-size:11px;
}

form .radio {
	background:none;
	border:none;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/input_bg.gif) repeat-x #FFFFFF;
	border:1px solid #c06d29;
	padding:1px;
}
