/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-size: 10px;
	background: url(images/background.jpg);
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
}

a {
	color: #000;
}

a:hover {
	color: #c00;
}

h1 {
	background: url(images/top.jpg) no-repeat;
	height: 242px;
}

h1 a {
	text-indent: -9999px;
	display: block;
	height: 242px;
	width: 1000px;
}

#content {
	background: url(images/content-back.gif) repeat-y;
	width: 1000px;
}

#left {
	float: left;
	margin-left: 45px !important;
	margin-left: 22px;
	width: 650px;
	padding-left: 5px;
}

#left h2 {
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: -1px;
	height: 87px;
	line-height: 87px;
	background: url(images/h2-back.gif) no-repeat;
	color: #fff;
	padding-left: 150px;
	margin: 0 0 10px 10px;
}

#left h3 {
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 10px;
	border-bottom: 1px dashed #c00;
}

#left h3.h3link {
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 10px;
	border: none;
}

#left p {
	margin: 10px 20px;
	font-size: 1.3em;
	line-height: 1.5em;
}

#left #sponsors {
	text-align: center;
}

#left #sponsors img {
	border: none;
	padding: 0;
}

#left p img {
	border: 1px dashed #999;
	padding: 5px;
}

ul#biography {
	list-style: none;
}

ul#biography li {
	margin: 5px 20px;
	font-size: 1.6em;
}

ul#biography li strong {
	color: #c00;
}






#right {
	float: right;
	width: 295px;
}

#right ul#nav {
	list-style: none;
	margin-left: 5px;
}

ul#nav li {
	padding: 7px 0;
}

ul#nav li a {
	display: block;
	text-indent: -9999px;
}

ul#nav li#nav-results a {
	background: url(images/nav-results.gif) no-repeat top center;
	height: 37px;
}

ul#nav li#nav-biography a {
	background: url(images/nav-biography.gif) no-repeat top center;
	height: 38px;
}

ul#nav li#nav-gallery a {
	background: url(images/nav-gallery.gif) no-repeat top center;
	height: 38px;
}

ul#nav li#nav-sponsors a {
	background: url(images/nav-sponsors.gif) no-repeat top center;
	height: 38px;
}

ul#nav li#nav-guestbook a {
	background: url(images/nav-guestbook.gif) no-repeat top center;
	height: 38px;
}

ul#nav li#nav-contact a {
	background: url(images/nav-contact.gif) no-repeat top center;
	height: 37px;
}

ul#nav li#nav-tracks a {
	background: url(images/nav-tracks.gif) no-repeat top center;
	height: 36px;
}

ul#nav li#nav-results a:hover, ul#nav li#nav-biography a:hover, ul#nav li#nav-gallery a:hover, ul#nav li#nav-sponsors a:hover, ul#nav li#nav-guestbook a:hover, ul#nav li#nav-contact a:hover, ul#nav li#nav-tracks a:hover {
	background-position: bottom center;
}

#right p.center {
	margin: 10px 0;
}


p.center {
	text-align: center;
}

#left p.contactinfo {
	font-size: 1.8em;
}

#left p.contactinfo span {
	color: #c00;
}

#left fieldset {
	margin: 15px 40px;
	padding: 1em;
	border: 1px dashed #999;
	background: #ccc;
}

#left legend {
	font-weight: bold;
	font-size: 1.8em;
	color: #c00;
}

#left label {
	display: block;
	font-weight: bold;
}

#left input[type="text"] {
	width: 200px;
}

#left input.special {
	display: none;
}

#left textarea {
	width: 400px;
	height: 150px;
}



#footer, p#clear {
	clear: both;
}