body {
	background-image: url(../images/background1.gif);
	height:100%;
}

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #fff;
	background-color: #eeecff;
	height: 100%;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 110px;
	width: 950px;
	z-index: 1;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;

}
#container #header #position {
	height: 79px;
	width: 180px;
	float: right;
	margin-top: 31px;
}

#menu {
	width: 100%;
	height: 30px;
	color: #FFFFFF;
	background-image: url(../images/nav-background.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu .spacer {
	font-size: 11px;
	text-align: center;
	float: left;
	padding-left: 11px;
	line-height: 30px;
	padding-right: 12px;
}
#menu .item {
	font-size: 11px;
	text-align: center;
	float: left;
	padding-left: 12px;
	clear: right;
	line-height: 30px;
	padding-right: 12px;
}
#menu .item:hover {
	background-image: url(../images/nav-mouseover.gif);
}
#menu .item a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu .item .selected {
	text-decoration: underline;
}
#submenu {
	width: 100%;
	background-color: #150043;
	height: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.race-info {
	border: 1px solid #999999;
	padding: 5px;
}

#submenu .subitem {
	font-size: 11px;
	text-align: center;
	background-color: #150043;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	clear: right;
	line-height: 25px;
	color: #FFFFFF;
}
#submenu .subitem a {
	color: #FFFFFF;
	text-decoration: none;
}
#submenu .subitem a:hover {
	text-decoration: underline;
}
#submenu .subitem .selected {
	text-decoration: underline;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#content a{
	font-weight: bold;
	text-decoration: underline;
	color: #CC0000;

}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
}
p {
	line-height: 16px;
}

.layout {
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/layout-button.gif);
	background-repeat: repeat-y;
}
.layout a {
	color: #FFFFFF;
	text-decoration: none;
}

.layout a:hover {
	color: #cc0000;
}

#footer {
	font-size: 8px;
	color: #FFFFFF;
	background-image: url(../images/nav-background.gif);
	height: 24px;
	width: 944px;
	text-align: right;
	line-height: 12px;
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#footer a{
	color: #FFFFFF;
}

