html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background:url(../images/pattern.gif);
}

body {
	top:0;
	margin-bottom:0;
	height: 639px;
	width:952px;
	margin: 60px auto;
	padding:0;
	text-align:left; 
	font-family: tahoma;
	font-size:13px;
}

p {
	margin: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0em;
	line-height: 1.3em;
	
}

h1 + p{	margin:-0.05em 0 0 0;}

h2 + p{	margin:-0.05em 0 0 0;}

h3 + p{	margin:-0.05em 0 0 0;}

h1{
	padding:0;
	margin: 5px 0px 0px 0px;
	font-size:24px;
	font-family:times;
}

h2{
	padding:0;
	margin: 5px 0px 0px -3px;
	font-size:16px;
	font-family:times;
}

h3{
	padding:0;
	margin: 5px 0px 0px 0px;
	font-size:14px;
	font-family:times;
}

#container {
	position: relative;
	min-height:100%;
	width:100%;
	padding:0;
	margin:0;
	background:url(../images/body_bg.png) no-repeat;
	padding:0 0 0 0 ;
	overflow:visible;
}

#header{
	width:100%;
	position:relative;
	display:block;
	height:150px;
}

#logo{
	display:block;
	position:relative;
	width:768px;
	height:227px;
	background:url(../images/logo.png);
	left:-40px;
	top:-55px;
	z-index:20;
}

.metaContent{
	display:none;
	position:absolute;
	height:0;
	width:0;
}

#content{
	position:absolute;
	display:block;
	width:600px;
	left:120px;
	margin:0 ;
	top:110px;
	color:#ffe594;
	height:410px;
	
	overflow-x:hidden;
	overflow:auto;
}

#content a
{
    color:#ffc000;
    padding:0;
    margin:0;
    /*
text-decoration:bold;
*/
    
    
}

#content a:hover
{
    color:#fff;
    padding:0;
    margin:0;
    /*
text-decoration:bold;
*/
    
    
}

#content a:visited
{
    color:#FFE594;
    padding:0;
    margin:0;
    /*
text-decoration:bold;
    
*/
    
}

#nav{
	
	float:left;
	padding:0 0 0px 0;
	list-style:none;
	padding:0 0 0 0;
	
	margin:0 -100% 0 0;
	display:block;
	position:relative;
	z-index:50;
	top:-100px;
	left:185px;
	text-align:center;
	display:block;


}

/*#nav li{
	padding:0;
	margin:0;
	float:left;

}

#nav li a{
	text-decoration:none;
	font-size:12px;
	padding:10px 5px;
	display:block;
	color:#ffc000;		
}

#nav li a:visited{
    color:#ffe594;
    
}

#nav li a:hover{
	color:#fff;
	
}*/

#date{
	display:block;
	position:absolute;
	width:205px;
	height:105px;
	/*
background:url(../images/date.png);
*/
	left:740px;
	top:80px;
	z-index:20;
	text-align:center;
	color:#EAB754;
	font-size:14px;
	padding:5px 0 0 0;
	font-weight:bold;
}

#tickets{
	display:block;
	position:absolute;
	width:201px;
	height:139px;
	background:url(../images/tickets.png);
	left:740px;
	top:180px;
	z-index:20;
}

#race{
	display:block;
	position:absolute;
	width:201px;
	height:139px;
	background:url(../images/race.png);
	left:740px;
	top:334px;
	z-index:20;
}

#footer {
	position: relative;
	bottom: 0;
	padding:0;
	height:20px;
	margin:-20px 0 0 0;
	width:100%;
	text-align:center;
	left:0;
}

#byLine{
	display:block;
	position:relative;
	top:75px;
	z-index:20;
	color:#868686;
	
}

#left{
	display:block;
	position:absolute;
	width:257px;
	height:175px;
	background:url(../images/left.png);
	left:90px;
	top:-100px;
	z-index:20;
	
}

#middle{
	display:block;
	position:absolute;
	width:253px;
	height:175px;
	background:url(../images/middle.png);
	left:347px;
	top:-99px;
	z-index:20;
	
}

#right{
	display:block;
	position:absolute;
	width:256px;
	height:175px;
	background:url(../images/right.png);
	left:599px;
	top:-100px;
	z-index:20;
	
}