﻿html, body
{
	margin: 0px;
	padding: 0px;
	background-color: #751e0a;
}
body
{
	background-image: url(../Images/bgWrapper.jpg);
	background-position: center 0px;
	background-repeat: repeat-y;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
}
p
{
	margin: 0 10px 10px;
}
div#navigation a
{
	display: block;
	color: #981793;
	padding: 10px;
}
div#header
{
	background-image: url(../Images/header.jpg);
	background-position: 186px center;
	background-repeat: no-repeat;
	background-color: #751e0a;
	height: 186px;
}
div#header h1
{
	height: 80px;
	line-height: 80px;
	margin: 0;
	padding-left: 10px;
	color: #79B30B;
}
div#logo
{
	float: left;
	width: 186px;
	height: 186px;
	background-image: url(../Images/logo.jpg);
}
div#container
{
	text-align: left;
}
div#content
{
	background-color: #df3305;
}
div#content p
{
	line-height: 1.4;
}
div#navigation
{
	background: #af0007;
}
div#navigation ul
{
	margin: 0px;
	color: #d5942e;
	list-style-type: none;
}
div#navigation ul li
{
	background-color: #751e0a;
	margin: 0px;
	padding: 0px;
	height: auto;
	border: 1px solid #af0007;
}
div#navigation ul li a
{
	font-weight: bold;
	color: #d5942e;
	padding: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border: 0px;
}
div#navigation ul li a:hover
{
	text-decoration: none;
	background-color: #af0007;
	border: 0px;
}

div#extra
{
	background-image: url(../Images/bg.jpg);
}

div#extra div.sponsorOverview
{
	width: 110px;
}

div#extra div.sponsorOverview img
{
	margin-top:5px;
	margin-bottom:2px;
	border:0px solid black;
}

div#footer
{
	color: #FFF;
}
div#footer p
{
	margin: 0;
	padding: 0px 0px;
}

div#container
{
	width: 700px;
	margin: 0 auto;
}
div#wrapper
{
	background-image: url(../Images/bgWrapper.jpg);
	float: left;
	width: 100%;
}
div#content
{
	margin: 0 186px;
}
div#content a, div#content a:visited
{
	font-weight: bold;
	color: #751e0a;
}

div#content a:hover, div#content a:link
{
	font-weight: bold;
	color: #d5942e;
}

div#content a.button:hover, div#content a.button:link, div#content a.button, div#content a.button:visited
{
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 125px;
}

div#navigation
{
	float: left;
	width: 186px;
	margin-left: -700px;
}
div#extra
{
	float: left;
	width: 150px;
	margin-left: -150px;
}
div#footer
{
	clear: left;
	width: 100%;
	background-image: url(../Images/bgFooter.jpg);
	height: 50px;
}
div#footer a
{
	display: inline;
	padding: 0px;
}
div.userForm th
{
	width: 120px;
	vertical-align: top;
}

div.userForm textarea
{
	width: 150px;
	height: 50px;
}

