body
{
	background-color:#808185;
	font-family:Arial;
}

h1
{
	font-size:20px;
	margin-bottom:5px;
	color:#444444;
}

h2
{
	font-size:15px;
	margin-bottom:10px;
	font-weight:bold;
}

h3
{
	font-size:13px;	
	margin-bottom:10px;
	font-weight:bold;
}

p
{
	margin:0 0 20px 0;	
}

ul
{
	list-style-type:disc;
	margin:0 0 20px 20px;	
	
}

div#background
{
	width:100%;
	background-image:url('/images/header.gif');
	background-repeat:repeat-x;
}

div#main
{
	width:900px;
	margin:0 auto;	
	height:80px;
}

div#header
{
	width:900px;
	float:left;
	background-color:#FFFFFF;
	height:80px;	
}

div#header h1
{
	margin:25px 0 0 25px;
	font-weight:bold;
	float:left;	
}

div#header img
{
	float:right;
	margin:3px 10px 0 0;	
}

div#content
{
	margin-top:5px;
	width:900px;
	float:left;
	background-color:#B7B8BC;
}



div#column1
{
	float:left;
	width:643px;	
}

div#column1 table.prizes
{
	width:300px;
	float:left;
	font-size:12px;
	margin:20px 0 20px 0;
}

div#copy
{
	padding:15px;
}

div#column2
{
	width:227px;
	float:left;	
	font-size:13px;
}

div#column2 div
{
	padding:10px 15px 0px 15px;	
}

div#column2 div table tr td
{
	padding:5px 0 5px 0;
}

div#login
{
	width:227px;
	float:left;	
}

div#login span.ajaxlink
{
	text-decoration:underline;
	cursor:pointer;	
}

div#register
{
	color:#FFFFFF;
	width:227px;
	float:left;	
	background-color:#4a535c;
}

div#bottom
{
	width:100%;
	text-align:center;
	float:left;	
	background-color:#FFFFFF;
	font-size:12px;	
}

div#bottom p
{
	margin:10px;	
}

table.months
{
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	font-size:12px;
	width:95%;
}

table.months tr td, table.months tr th
{
	padding:3px 10px 3px 10px;	
}

table.months tr.altrow
{
	background-color:#dddddd;
}

table.prizes tr td div
{
	height:10px;
	background-color:Red;
}

.white
{
	background-color:#FFFFFF !important;
}

.grey
{
	color:#444444;	
}

div.padding
{
	padding:20px;	
}

table.admin
{
	margin:0 auto;
	font-size:13px;	
	margin-top:20px;
	margin-bottom:20px;
}

table.admin tr td, table.admin tr th
{
	padding:3px;	
}

span#forgot
{
	font-size:10px;	
}


