@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bg_deco_1.jpg);
	background-repeat:repeat-y;
	left: 0px;
	background-color:#FFF;
	border: 0px;
	margin: 0px;
}
#header_bg {
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
	position:fixed;
	top: 0px;
	right: 0px;
	height: 92px;
	width:1000px;
	z-index: 10;
}
#race_logo {
	position:fixed;
	top: 0px;
	right: 0px;
	z-index: 101;
	padding: 10px;
}
p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	size: 14px;
	color:#000;
}
a:link {
	color:#609;
}
a:visited {
	color:#609;
}
a:hover {
	color:#6F0;
}
a:active {
	color:#FFF;
}
#photo_container {
	border-color:#609;
	position:absolute;
	width: 200px;
	height:auto;
	left: 685px;
	top: 150px;
	z-index:9;
	color:#609;
}
#bg_deco_1 {
	position:fixed;
	background-image:url(images/bg_deco_1a.jpg);
	background-repeat:repeat-y;
	width: 200px;
	height:1500px;
	left: 875px;
	z-index: 3;
	top: 0px;
}
#bg_deco_2 {
	position:fixed;
	background-image:url(images/bg_deco_2a.jpg);
	background-repeat:repeat-y;
	width: 200px;
	height:1500px;
	left: 675px;
	z-index: 3;
	top: 0px;
}
#bg_logo {
	position:fixed;
	background-image:url(images/bg_logo.jpg);
	background-repeat:no-repeat;
	width: 409px;
	height: 459px;
	left: 150px;
	z-index: 1;
	top: 275px;
}
#bottom_clouds {
	position:fixed;
	background-image:url(images/bottom_clouds.png);
	background-repeat:no-repeat;
	width: 407px;
	height: 35px;
	left: 650px;
	z-index: 100;
	bottom: 0px;
}
#lotus {
	position:fixed;
	background-image:url(images/lotus-blossom.png);
	background-repeat:no-repeat;
	width: 300px;
	height: 201px;
	left: 0px;
	z-index: 100;
	bottom: 0px;
}
#title {
	position:fixed;
	background-image:url(images/title.jpg);
	top: 0px;
	left: 0px;
	height: 92px;
	width: 891px;
	background-repeat:no-repeat;
	z-index: 100;
}
#title_bottom {
	position:fixed;
	background-image:url(images/title_bottom.png);
	top: 92px;
	left: 0px;
	height: 53px;
	width: 900px;
	background-repeat:no-repeat;
	z-index: 100;
}
#main_container {
	color:#FFF;
	position:absolute;
	width: 550px;
	height:auto;
	left: 115px;
	top: 110px;
	z-index:5;
}
#link_container {
	color:#FFF;
	position:absolute;
	width: 550px;
	height:auto;
	z-index:5;
}
#bottom_nav_container {
	color:#FFF;
	position:relative;
	width: 540px;
	height:auto;
	left: 10px;
	top: 110px;
	z-index:5;
}
#menu {
	position:fixed;
	top: 150px;
	left: 0px;
	height:inherit;
	width: 125px;
	z-index: 101;
}
#contact_info {
	position:fixed;
	background-repeat:no-repeat;
	bottom: 0px;
	left: 5px;
	height: 35px;
	width: 400px;
	size: 0.8em;
	text-align: left;
	z-index:101;
	font-size: 12px;
}
	
h1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#90C;
	size: 2.0em;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	color:#90C;
	size: 1.7em;
	text-align: left;
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	color:#609;
	size: 1.5em;
	text-align: center;
}
h4 {
	color:#F0F;
	size: 1.3em;
}
h5 {
	color:#F0F;
	size: 14px;
	font-size: 16px;
}

hr {
	background-image:url(images/hr_650px.jpg);
	height: 4px;
	width: 550px;
	text-align: center;
}
.purple_type {
	color: #609;
}
