body {
	background:#212121;
	font-family:arial, sans-serif; 
	font-size:10pt; 
	margin:0 auto; 
	color:#999;
	padding:0px;
}

#wrapper {
	width:758px; 
	margin:0 auto;
	padding:5px;
	background-color:#333738;
	border:1px solid #3e4243;
}

#header {
	background:#000 url('images/header.jpg');
	height:250px;
}

#content {
	width:498px;
	background-color:#2e3233;
	border:#3e4243 1px solid;
	float:left;
	margin:5px 5px 0px 0px;
	padding:10px;
}

#navigation {
	width:230px;
	background-color:#2e3233;
	border:#3e4243 1px solid;
	margin:5px 0px 0px;
	float:right;
}

#content h1 {
	font-family:arial, sans-serif; font-weight:normal; font-size:1.7em; letter-spacing:-1px;
	color:#FFA200;
	margin:0px 0px 8px 0px;
}

#content h2, #content h3, #content h4 {
	font-family:arial, sans-serif; font-weight:normal; font-size:1.3em; letter-spacing:-1px;
	color:#FFA200;
	margin:0px 0px 8px 0px;
}

#content a {
	color:#fff;
}

#content a:hover {
	text-decoration:underline;
}

#navigation h2 {
	font-family:arial, sans-serif; font-weight:normal; font-size:1.5em; letter-spacing:-1px;
	margin:6px 5px 0 5px;
	padding:5px 5px; 
	color:#FFA200;
	border-bottom:#3e4243 1px solid;
}

#navigation ul {
	text-align:left;
	margin:8px 8px 14px 24px; padding: 0;			
	text-decoration:none;
	color:#FFA200;
}

#navigation li {
	padding:4px 0 4px 5px;
	margin:0 2px;		
}

#navigation a {
	text-decoration:none;	
	color:#999; 
}

#navigation a:hover {
	color:#fff;
}

#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;
}