/* CSS Document */

body {
	background: #000 url(images/background.jpg) top center no-repeat;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
}

a {
	color: #4dcdff;	
}

a:hover {
	color: #fff;	
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* HEADER */

#header p a {
	display: block;
	height: 370px;
	text-indent: -9999px;
	background: url(images/header.jpg) no-repeat;
}

/* NAVIGATION */

#navigation ul {
	height: 90px;	
}

#navigation ul li {
	float: left;	
}

#navigation ul li a {
	float: left;
	display: block;
	height: 90px;
	text-indent: -9999px;
}

#navigation ul li#nav-biography a {
	width: 218px;
	background: url(images/nav-biography.gif) top left no-repeat;
}

#navigation ul li#nav-photos a {
	width: 166px;
	background: url(images/nav-photos.gif) top left no-repeat;
}

#navigation ul li#nav-sponsors a {
	width: 213px;
	background: url(images/nav-sponsors.gif) top left no-repeat;
}

#navigation ul li#nav-guestbook a {
	width: 232px;
	background: url(images/nav-guestbook.gif) top left no-repeat;
}

#navigation ul li#nav-links a {
	width: 131px;
	background: url(images/nav-links.gif) top left no-repeat;
}

#navigation ul li#nav-biography a:hover, #navigation ul li#nav-photos a:hover, #navigation ul li#nav-sponsors a:hover, #navigation ul li#nav-guestbook a:hover, #navigation ul li#nav-links a:hover {
	background-position: bottom left;
}

/* CONTENT */

#content {
	float: left;
	display: inline;
	width: 575px;
}

#content h2, #content h3, #content h4, #content p, #content ul, #content ol, #content blockquote {
	margin: 15px 10px;	
}

#content h2 {
	font-size: 1.8em;
	font-weight: normal;
	text-transform: uppercase;
	color: #4dcdff;
}

#content h2 span {
	font-weight: bold;
	display: block;
	color: #fff;
	margin-bottom: 5px;
}

#content h3 {
	color: #fff;
	font-size: 1.6em;
}

#content p {
	font-size: 1.2em;
	line-height: 1.3em;
}

#content li {
	font-size: 1.4em;
	padding: 4px 0;
}

body#guestbook #content .entry {
	font-size: 1.2em;
	margin: 0 10px;
}

/* SIDEBAR */

#sidebar {
	float: left;
	display: inline;
	width: 375px;
	margin-left: 10px;
}

#race-results {
	width: 375px;
	height: 190px;
	background: url(images/raceresults-back.gif) no-repeat;
}

#race-results ul {
	padding-top: 75px;
	margin-left: 35px;
}

#race-results li {
	font-size: 1.6em;
	font-weight: bold;
	padding: 5px 0;
}

#race-results li span {
	color: #4dcdff;	
}

/* FOOTER */

#footer {
	clear: left;
	height: 80px;
}

#footer-inside {
	width: 960px;
	height: 80px;
	margin: 0 auto;
}

#footer-inside span#budzodesigns a {
	float: right;
	height: 80px;
	width: 320px;
	text-indent: -9999px;
	background: url(images/footer-budzodesigns.gif) no-repeat;
}