@charset "utf-8";
/*
Created by Midwest Love, Midwest Lynx
midwestlove.com, midwestlynx.com
2008
*/

body {
	background-color:#000733;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	line-height:1.3;
}
img {
	border:0;
}





/* TEXT STYLES */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#8e0507;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#92b0de;
	font-weight:bold;
	padding-top:-5px;
	margin-top:-5px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:1.1;
	padding-top:-5px;
	margin-top:-5px;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#92b0de;
	text-decoration:none;
}
a:link a:active a:visted {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#92b0de;
	text-decoration:none;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#c6ddff;
	text-decoration:none;
}





/* IMAGE LINK STYLES */
#about img {
	width:98px;
	height:32px;
}
a#about img {
	background:url(../images/about_off.gif);
}
a#about:hover img {
	background:url(../images/about_on.gif);
}
#prizes img {
	width:98px;
	height:32x;
}
a#prizes img {
	background:url(../images/prizes_off.gif);
}
a#prizes:hover img {
	background:url(../images/prizes_on.gif);
}
#rules img {
	width:98px;
	height:32px;
}
a#rules img {
	background:url(../images/rules_off.gif);
}
a#rules:hover img {
	background:url(../images/rules_on.gif);
}
#sign img {
	width:98px;
	height:32x;
}
a#sign img {
	background:url(../images/sign_off.gif);
}
a#sign:hover img {
	background:url(../images/sign_on.gif);
}
#faq img {
	width:98px;
	height:32px;
}
a#faq img {
	background:url(../images/faq_off.gif);
}
a#faq:hover img {
	background:url(../images/faq_on.gif);
}
#contact img {
	width:98px;
	height:32px;
}
a#contact img {
	background:url(../images/contact_off.gif);
}
a#contact:hover img {
	background:url(../images/contact_on.gif);
}
#staff img {
	width:98px;
	height:32px;
}
a#staff img {
	background:url(../images/staff_off.gif);
}
a#staff:hover img {
	background:url(../images/staff_on.gif);
}
#sponsors img {
	width:93px;
	height:32px;
}
a#sponsors img {
	background:url(../images/sponsors_off.gif);
}
a#sponsors:hover img {
	background:url(../images/sponsors_on.gif);
}
#facebook img {
	width:64px;
	height:24px;
	margin-left:631px;
}
a#facebook img {
	background:url(../images/facebook_off.gif);
}
a#facebook:hover img {
	background:url(../images/facebook_on.gif);
}
#myspace img {
	width:25px;
	height:24px;
	margin-left:15px;
}
a#myspace img {
	background:url(../images/myspace_off.gif);
}
a#myspace:hover img {
	background:url(../images/myspace_on.gif);
}
#mwl img {
	width:34px;
	height:24px;
	margin-left:17px;
}
a#mwl img {
	background:url(../images/mwl_off.gif);
}
a#mwl:hover img {
	background:url(../images/mwl_on.gif);
}




/* LAYOUT MANAGEMENT */
#container {
	width:801px;
	min-height:761px;
	margin-top:0px;
	margin:0 auto;
	background-color:#14254c;
}
#top {
	background-color:#000733;
	width:801px;
	height:200px;
	padding-top:34px;
}
#header {
	width:801px;
	height:35px;
	background-image:url(../images/03.gif);
	background-repeat:no-repeat;
	padding-top:3px;
}
#content {
}
#left {
	width:532px;
	min-height:450px;
	background-color:#14254c;
	float:left;
	padding-right:10px;
	padding-left:10px;
}
#right {
	width:235px;
	height:550px;
	background-color:#14254c;
	float:right;
	padding-right:7px;
	padding-left:7px;
}
#content_float_fix {
	clear:both;
}
#footer {
	width:801px;
	height:31px;
	background-image:url(../images/06.gif);
	background-repeat:no-repeat;
	padding-top:8px;
}