/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	background-color: #DEE5D5;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position: center top;


	font-family: font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #444444;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	font-size: 1.2em;
	margin-top: 0;
	line-height: 120%;
}

ul, ol {
}

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

a:hover {
	color: #B8292F;
	text-decoration: underline;
}

#race-info-wrapper {
	width: 100%;
	background-repeat:no-repeat;
	background-position: center top;
}

#captain-thurmonds-logo{
	width: 300px;
	height: 255px;
	position: absolute;
	left: 617px;
	top: -15px;
}

#race-course-map{
	width: 228px;
	position: absolute;
	left: -11px;
	top: 1px;
}

#polariod-kayaks{
	width: 287px;
	position: absolute;
	left: -132px;
	top: 521px;
}

#polariod-mountain-biker{
	width: 200px;
	position: absolute;
	left: 745px;
	top: 523px;
}

#polariod-girl-runner{
	width: 200px;
	position: absolute;
	left: 754px;
	top: 260px;
}

#polariod-howard-running{
	width: 200px;
	position: absolute;
	left: -130px;
	top: 259px;
}

#polariod-group{
	width: 200px;
	position: absolute;
	left: -95px;
	top: 11px;
}

/* Menu */

#menu {
	width: 900px;
	height: 48px;
	background-color:#3A3A38;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	margin-right: 3px;
	padding: 5px 20px 7px 5px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #eee;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	color: #fff;
	text-decoration: none;
}

/* Page */

#page {
	position: relative;
	width: 900px;
	margin: 0 auto;
	background-image: url(images/body-transparency.png);
}

/* Content */

#home-content {
	width: 400px;
	padding-top: 40px;
	padding-left: 200px;
}

#race-info-content {
	width: 620px;
	padding-top: 40px;
	padding-left: 20px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
	border: 1px black;
}

img.right {
	float: right;
	margin-left: 15px;
	border: 1px black;
}

#subaru {
	width: 300px;
	height:115px;
	padding-bottom: 20px;
}

#subaru p {
	padding-top: 50px;	
}

/* Footer */

#footer {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background-color: #b3d15f;
	color: #333333;
}

#footer p {
	margin: 0;
	font-size: 1em;
	line-height: normal;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}

#sponsors {
	padding-left: 20px;	
}

#sponsors ul{
	margin-left: 0;
	padding: 10px 0 20px 5px;
	list-style: none;
}

#sponsors li{

	display:inline;
	padding-right: 10px;
}

