/* @override http://localhost:8888/motofotos.css */

body {
	background-color: #393939;
	margin: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
}

#header {
	background: url(images/header_bg.png) repeat-x;
	width: 100%;
	height: 109px;
}

#logo {
	background-image: url(images/logo.png);
	width: 564px;
	height: 109px;
}

#text_content {
	width: 400px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	padding-left: 30px;
	border-left-style: solid;
	border-left-width: 2px;
	left: 625px;
	top: 205px;
}

#selector {
	width: 500px;
	height: auto;
	position: absolute;
	top: 125px;
	left: 25px;
}

#navigation {
	width: 100%;
	height: 25px;
	background-color: #ffde00;
	position: relative;
	top: -30px;
	line-height: 22px;
	color: gray;
	text-indent: 25px;
	text-transform: capitalize;
}

a.nav:link, a.nav:visited, a.nav:active {
	color: black;
	text-decoration: none;
}

a.nav:hover {
	text-decoration: underline;
}

a:link, a:active, a:visited {
	color: #ffde00;
}

a:hover {
	color: gray;
}

h1 {
	font-size: 20px;
}

strong {
	color: #ffde00;
}

select#races {
	font-size: 18px;
}

#iframe {
	margin-left: auto;
	margin-right: auto;
}