body, html { 
	background:#900; 
	color:#333; 
	font-family:Verdana, Arial, Helvetica; 
	font-size:8pt;
	margin:0;
}

div, form { 
	padding:0px; 
	margin:0px; 
}

#wrapper { 
	width:870px; 
	margin:0 auto;
	padding:0px 50px 20px 50px;
	background:url(images/bg-body.gif) repeat-y;
}

#header {
	background:url(images/bg-header.gif) repeat-x;
	height:267px;
	width:870px;
	display:block;
	margin-bottom:20px;
}

#header .left {
	float:left;
	width:570px;
	height:267px;
	background:url(images/header_gfx.gif) right bottom no-repeat;
}

#header .right {
	float:left;
	width:300px;
}

#header .left img.logo {
	margin:15px 0px 0px 0px;
	float:left;
	display:block;
}

#header .left p {
	margin-left:10px;
}

#header .left .dateTime {
	color:#fff;
	margin:32px 0px 60px 0px;
}

#nav {
	background:#fff;
	padding:64px 20px 0px 20px;
	width:208px;
}

#nav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:208px;
}

#nav li {
	border-bottom:#d0d0d0 1px solid;
}

#nav a {
	color:#000;
	padding:10px 5px;
	text-decoration:none;
	display:block;
}

#nav a img {
	float:right;
	border:0;
	margin:-4px 0px 0px 0px;
}

#nav a img { *margin:-26px 0px 0px 0px; }

#nav a:hover {
	background:#f4f4f4;
	color:#900;
}

#content .left {
	float:left;
	width:549px;
	margin-right:20px;
	line-height:1.5em;
}

#content .right {
	float:left;
	width:280px;
	border-left:#d0d0d0 1px solid;
	padding-left:20px;
	line-height:1.5em;
}

.left img {
	float:right;
	margin:0px 0px 8px 8px;
}

.left h1 {
	font-size:12pt;
	font-weight:bold;
	color:#4C4C4C;
	margin:0px 0 8px 0;
	padding:18px 0px 0px 15px;
	background:url(images/icon.gif) 0px 20px no-repeat;
}

.left h2, .right h2 {
	border-top:#d0d0d0 1px solid;
	font-size:9pt;
	font-weight:bold;
	color:#4C4C4C;
	margin:0px 0 8px 0;
	padding:18px 0px 0px 15px;
	background:url(images/icon.gif) 0px 20px no-repeat;
}

.left ul {
	line-height:2.1em;
}

.left .red, .right .red {
	color:#900;
}

.right img {
	float:right;
	margin:0px 0px 8px 8px;
}

.racenights {
	background:#D0D0D0;
	width:280px;
	line-height:1.8em;
}

.racenights td {
	background:#FFF;
	padding-left:5px;
}

.dining {
	background:#D0D0D0;
	width:500px;
	line-height:1.8em;
}

.dining td {
	background:#FFF;
	padding-left:5px;
}

.specialOffer {
	border:#900 3px solid;
	padding:0px;
	margin-top:20px;
}

.specialOffer h3 {
	background:#900;
	line-height:1.8em;
	text-align:left;
	margin:0px;
	color:#fff;
	padding:0px 0px 3px 8px;
}

.specialOffer p {
	padding:0px 8px;
	
}

#footer {
	background:url(images/bg-footer.gif) left top no-repeat;
	width:970px; 
	margin:0 auto;
	text-align:center;
	color:#fff;
	padding:20px 0px;
	line-height:1.5em;
}

#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:underline;
}

a:link, a:visited {
	color:#900;
}

.clear { 
	clear:both;
	line-height:0em;
}