/* CSS Document */

div#page-background {position:fixed; top:0; left:0; width:100%; height:100%;}

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#404040;
	font-size:.75em;
	margin:0;
	padding:0;
	background-position:top left;
}

div#wrapper{
	position:relative; 
	width:820px;
	text-align:left;
	z-index:1;
}

div#wapperBody{
	background-image:url(images/wrapperBG.png);
	background-repeat:repeat-y;
	padding:0;
	margin:0;
	display:table;
	width:820px;
}

div#left{
	float:left;
	width:224px;
}

div#content{
	float:left;
	width:562px;
}

div#logo{
	position:relative;
	z-index:2;
	top:-50px;
}

.clear{
	clear:both;
}

div#menu{
	width:130px;
	background-color:#9b3e13;
	color:#fff;
	margin-top:-49px;
	margin-left:42px;
}

div#menu a:link, div#menu a:visited{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	padding:5px 0;
	display:block;
	clear:both;
	border-bottom:1px solid #fff;
}

a:link{
	color:#CC3300;
	text-decoration:none;
}

a:visited{
	color:#CC3300;
	text-decoration:none;
}

a:hover{
	color:#CC3300;
	text-decoration:underline;
}

th, td{
	padding:5px;
}

#dates td{
	padding:5px 20px;
}

#form td{
	width:70%;
}

#form th{
	width:30%;
}

#form th.top{
	vertical-align:top;
}

th.twoCols, td.twoCols{
	width:99%;
}

h1, h2, h3, h4, h5, h6{
	color:#00162e;
}

h1{
	font-size:1.5em;
}

h2, h3, h4, h5, h6{
	font-size:1.25em;
}

table.winners td{
	text-align:center;
	padding:5px;
}