body {
	background:#39435b;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size:10pt; 
	color:#444;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:768px; 
	margin:0 auto;
	background:#fff;
	padding:0px 5px;
}

#header {
	background:#000 url("images/header.jpg");
	height:250px;
	margin-bottom:5px;
}

#content {
	background:#d4c792;
	width:477px;
	float:left;
	padding:10px 16px 10px 25px;
	margin-right:5px;
}

#navigation {
	width:235px;
	float:right;
	padding:5px;
	background:#aa2808;
}

#content h1 {
	font-size:14pt;
	margin:0px 0px 8px 0px;
}

#content a, #content a:visited {
	color:#00f;
}

#navigation h2 {
	margin:5px 5px 5px 5px;
	padding:5px 5px; 
	font-weight:bold;
	font-size:11pt;
	color:#d4c792;
	border-bottom:#d4c792 1px solid;
}

#navigation ul {
	text-align:left;
	margin:0px 8px 20px 10px; 
	padding: 0;			
	text-decoration:none;
}

#navigation li {
	list-style:none;
	padding:2px 0 2px 5px;
	margin:0 2px;		
}

#navigation a {
	text-decoration:none;	
	color:#fff; 	
}

#navigation a:hover {
	text-decoration:underline;
}

#oddsTable {
	margin:20px 0px;
}

#oddsTable th {
	border-bottom:#dadfda 1px solid;
	border-left:none;
}

#oddsTable th.selection {
	text-align:left;
	padding:0px;
	border-left:#dadfda 1px solid;
	border-right:#dadfda 1px solid;
	font-weight:normal;
}

#oddsTable th img {
	border:none;
}

#oddsTable td {
	text-align:center;
	padding:3px 0px;
	border-right:#dadfda 1px solid;
	border-bottom:#dadfda 1px solid;
}

#oddsTable td.selection {
	text-align:left;
	padding:3px 15px 3px 5px;
	border-left:#dadfda 1px solid;
}

.clear {
	clear:both;
}