body {
	background: #B82828 url('/gfx/bodybg.gif') repeat-y center top;
	margin: auto;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #B82828;
}
a:hover {
	color: #20A013;
}

img {
	border: none;
}

label {
	float: left;
	display: block;
	width: 100px;
}

div.wrapper {
	font-size: 1px;
	clear: both;
}
div.column {
	float: left;
}

div#container {
	background: url('/gfx/containerbg.gif') repeat-x center top;
}
div#container2 {
	background: url('/gfx/container2bg.jpg') no-repeat center top;
	min-height: 635px;
}
* html div#container2 { /* IE6 hack */
	height: 635px;
}
div#container3 {
	margin: auto;
	width: 850px;
	background-color: #FFFFFF;
}

div#header {
	height: 76px;
	position: relative;
}
div#header div.advert {
	position: absolute;
	top: 8px;
	right: 15px;
}

div#nav {
	background: url('/gfx/navbg.gif') repeat-x center top;
	height: 26px;
}
div#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 18px;
}
div#nav ul li {
	float: left;
	padding: 3px 30px 0px 0px;
	font-size: 15px;
	text-transform: lowercase;
	font-family: 'trebuchet ms';
}
div#nav ul a {
	text-decoration: none;
	font-weight: bold;
}

div#content {
	margin: 18px 0px 18px 18px;
}

div.column.main {
	width: 500px;
	line-height: 1.4em;
}
div.column.main h1 {
	margin-top: 0px;
	font-size: 24px;
	color: #0A2FA8;
}
div.column.main h2 {
	font-size: 18px;
	color: #0B7C20;
}
div.column.main h3 {
	font-size: 14px;
	color: #B82828;
}

div.column.partners {
	width: 200px;
	margin-left: 112px;
	border: solid 1px #F0F0F0;
	padding: 1px;
}
div.column.partners h3 {
	background: url('/gfx/navbg.gif') repeat-x center top;
	font-size: 15px;
	text-transform: lowercase;
	font-family: 'trebuchet ms';
	color: #B82828;
	font-weight: bold;
	line-height: 26px;
	padding: 1px 0px 1px 5px;
	margin: 0px;
}
div.column.partners p {
	text-align: center;
	margin: 3px 0px;
}

table.prizetable {
	margin-top: 10px;
	border-collapse: collapse;
	width: 100%;
}
table.prizetable th {
	padding: 3px 5px;
	text-align: left;
	color: #FFFFFF;
	background: #990304;
}
table.prizetable td {
	vertical-align: top;
	background: #ffdad2;
	padding: 3px 5px;
}
table.prizetable strong {
	display: block;
	padding: 5px 0px 3px 0px;
	clear: right;
}
