body {
	background:#000;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size:10pt; 
	color:#000;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:758px; 
	margin:0 auto;
	background:#f1e9d6;
	padding:5px;
}

#header {
	background:#000 url("images/header.jpg");
	height:250px;
}

#content {
	width:491px;
	background:#e7b901;
	border:#000 1px solid;
	float:left;
	margin:5px 5px 5px 0px;
	padding:10px 20px 10px 10px;
}

#navigation {
	width:230px;
	float:right;
	padding:5px 0px 0px 0px;
}

#content h1 {
	font-size:14pt;
	margin:0px 0px 8px 0px;
}

#content h2 {
	font-size:12pt;
	margin:0px 0px 8px 0px;
}

#navigation h2 {
	margin:0;
	background:#000;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	font-size:10pt;
	padding:5px;
}

#navigation ul {
	background-color:#640000;
	border:#000 1px solid;
	text-align:left;
	margin:0 0 5px 0;
	padding:0;			
	text-decoration:none;
}

#navigation li {
	list-style:none;
	padding:4px 0 4px 5px;
	margin:0 2px;		
}

#navigation a {
	text-decoration:none;	
	color:#fff; 
}

#navigation a:hover {
	text-decoration:underline;
}

#oddsTable {
	margin:20px 0px;
}

#oddsTable th {
	border-left:none;
	padding:0px 3px;
}

#oddsTable th.selection {
	text-align:left;
	padding:0px 5px;
	font-weight:normal;
}

#oddsTable th img {
	border:none;
}

#oddsTable td {
	text-align:center;
	padding:3px 0px;
}

#oddsTable td.selection {
	text-align:left;
	padding:3px 15px 3px 5px;
}

.clear {
	clear:both;
}