@charset "utf-8";
body {
	background-color: #000000;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

body, td, th {
	font-family:"Comic Sans MS", Comic Sans MS, cursive;
	font-size:14px;
	color:#000000;
}
a {color:#318319;}
a:hover {color:#ab8213;}


.container {
	width:960px;
	margin:auto;
	padding:0px 0px 0px 0px;
}

/* Header */
.header {
	width:774px;
	height:300px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px 133px 0px 53px;
}
.header .col1 {
	width:576px;
	float:left;
}
	.header .col1 a {width:576px; height:300px; display:block; text-decoration:none;}
	
.header .col2 {
	width:130px;
	float:right;
	padding:192px 0px 0px 0px;
}
	.header .col2 a {width:130px; height:71px; display:block; text-decoration:none;}

.tagline {
	width:960px;
	margin:0px;
	padding:0px;
}

/* Header nav */
.headernav {
	width:699px;
	height:75px;
	background-image:url(images/headnav.jpg);
	background-repeat:no-repeat;
	padding:0px 101px 0px 160px;
}
a:hover {background-image:none;}
a.headernav_home {
	width:149px;
	height:75px;
	display:block;
	float:left;
	text-decoration:none;
	background-image:url(images/nav1.jpg);
	background-repeat:no-repeat;
}	
a.headernav_home:hover {background:none;}
a.headernav_contest {
	width:166px;
	height:75px;
	display:block;
	float:left;
	text-decoration:none;
	background-image:url(images/nav2.jpg);
	background-repeat:no-repeat;
}	
a.headernav_contest:hover {background:none;}
a.headernav_terms {
	width:198px;
	height:75px;
	display:block;
	float:left;
	text-decoration:none;
	background-image:url(images/nav3.jpg);
	background-repeat:no-repeat;
}	
a.headernav_terms:hover {background:none;}
a.headernav_submit {
	width:186px;
	height:75px;
	display:block;
	float:left;
	text-decoration:none;
	background-image:url(images/nav4.jpg);
	background-repeat:no-repeat;
}	
a.headernav_submit:hover {background:none;}


	
/* Content */
.contentbody {
	width:633px;
	height:689px;
	background-image:url(images/contentbody.jpg);
	background-repeat:no-repeat;
	padding:25px 144px 0px 183px;
}
.contentbody p {margin:0px; padding:0px 0px 12px 0px; line-height:24px;}
.contentbody h2 {
	font-family:"Comic Sans MS", Comic Sans MS, cursive;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	margin:0px;
	padding:0px 0px 18px 0px;
}
.contentbody h2 span.subhead {
	font-size:14px;
	text-transform:uppercase;
	text-decoration:underline;
	display:block;
	margin:0px;
	padding:0px 0px 5px 0px;
}

.paginationstyle {
	text-align:center;
	margin:0px;
	padding:15px 0px 10px 0px;
	font-weight:bold;
}

.paginationstyle a {color:#318319;}
.paginationstyle a:hover {color:#ab8213;}

.contentbody ul {line-height:20px; margin-top:0px; margin-bottom:0px; padding-bottom:0px; padding-top:0px;}
.contentbody ul li {margin-bottom:none; margin-top:none; padding-bottom:10px; padding-top:0px;}

/* Footer */
.footer {
	width:960px;
	margin:0px;
	padding:0px;
}