﻿@import url('layout.css');
body {
	font-family: verdana, "Trebuchet MS", sans-serif;
	font-size: .9em;
        line-height: 1.2;
	background-image: url("../images/page_bg.gif");
	background-repeat: repeat;
	text-align: left;
	left: 100px;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background-image: url("../images/container_bg.gif");
	background-repeat: repeat-y;
	overflow: hidden;
	padding: 0;
}
#masthead {
	background: #B50000;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: auto;
	padding: 10px;
}
#masthead h1 {
	color: #000000;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#horsesracing {
	border-style: solid;
	border-width: 1px;
	float: right;
}
#menu {
	margin: 0;
	border: 0;
	padding: 0;
	height: 2em;
	list-style-type: none;
	background: #B50000;
	float: right;
}
#menu li {
	float: left;
	width: 9em;
	height: 2em;
	line-height: 2em;
	position: relative;
	text-align: center;
	color: #00FF00;
	border: 0;
}
#menu li a:visited {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
#menu li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
#menu li a:visited span {
	display: none; /* needed to trigger IE */
}
#menu li a span {
	display: none; /* needed to trigger IE */
}
#menu li a:hover {
	text-decoration: underline;
	color: #E2E2E2;
}
#headerfreebet {
	border-style: hidden;
	border-width: 0px;
	clear: left;
	float: left;
}
#navigation {
	width: 921px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	overflow: hidden;
	height: 28px;
	background: #808080;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	margin: 1px;
	padding: 5px;
	border: 1px solid #fff;
}
#navigation a:hover {
	color: #E2E2E2;
	text-decoration: underline;
}

/* Footer Styles */
#footer a:hover {
	color: #bba;
	text-decoration: none;
}
#leftcolumn {
	clear: both;
	float: left;
	width: 300px;
	margin: 0;
	padding: 10px 10px 10px 35px;
	color: #000;
}
#rightcolumn {
	width: 597px;
	color: #000;
	float: left;
	margin: 0;
	padding: 10px 0px 10px 10px;
	background-image: url('../images/sidebar.gif');
	background-repeat: repeat;
}

.clearleft {
	clear: left;
}
#bottom {
	background-image: url(../images/page_bg.gif);
	width: 709px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	position: relative;
	padding: 0px;
}
