html { background-color: #000; }

body {
	width: 800px;
	margin: 0 auto 30px;
	padding: 0;
	color: #ADAEAF;
	font: 13px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #000;
}

p, h1, h2, h3, h4 {
	margin: 0 0 1em;
	padding: 0;
}

a {
	color: #F7941E;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

#header {
	position: relative;
	height: 630px;
	background-image: url("header_bg.jpg");
}

#header h1 {
	position: absolute;
	top: 11px;
	left: 224px;
	width: 354px;
	height: 235px;
	margin-bottom: 0;
	background-image: url("v-drums_contest_badge.jpg");
}

#header h1 a {
	display: block;
	position: absolute;
	top: 46px;
	left: 140px;
	width: 84px;
	height: 26px;
	margin-bottom: 0;
	text-indent: -9999px;
}

#header h2 {
	position: absolute;
	top: 258px;
	right: 27px;
	width: 134px;
	height: 73px;
	margin-bottom: 0;
	text-indent: -9999px;
	background-image: url("v-drums_contest_logo.png");
}

#content h3 {
	height: 69px;
	margin-bottom: 20px;
	text-indent: -9999px;
	background-image: url("title.png");
}

#content h4 {
	margin-bottom: .5em;
	font-size: 18px;
	color: #FFF;
}

#left {
	float: left;
	width: 188px;
}

#left p { font-style: italic; }

#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left ul li {
	padding: 0 0 2px 20px;
	/*color: #F7941E;*/
	background: url("bullet.png") no-repeat 6px 5px;
}

#left ul li.date {
	padding: 8px 0;
	color: #FFF;
	background: none;
}

#right {
	float: left;
	width: 582px;
	margin-left: 30px;
}

#right p.error {
	padding: 8px 8px 8px 56px;
	color: #CCC;
	font-size: 14px;
	border: #ED1D24 1px solid;
	background: #222 url("warning.gif") no-repeat 8px 8px;
}

#right p.intro {
	font-size: 14px;
	margin-bottom: 1.5em;
}

#right table {
	width: 582px;
	border: none;
}

#right table tr th {
	width: 25%;
	padding: 1em 1em 0 0;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

#right table tr td {
	padding-right: 1em;
	text-align: left;
}

#right table td.last { padding-right: none; }	

#footer {
	clear: left;
	height: 53px;
	margin-top: 20px;
	background-image: url("footer_logos.png");
}

#footer h3 { display: none; }

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li#logo1 { width: 183px; }
#footer ul li#logo2 { width: 166px; }
#footer ul li#logo3 { width: 139px; }
#footer ul li#logo4 { width: 161px; }
#footer ul li#logo5 { width: 151px; }

#footer ul li a {
	display: block;
	height: 53px;
	outline: none;
	text-indent: -9999px;
}

#footer ul li a#link1 { width: 130px; }
#footer ul li a#link2 { width: 113px; }
#footer ul li a#link3 { width: 86px; }
#footer ul li a#link4 { width: 111px; }
#footer ul li a#link5 { width: 151px; }