body {
	background:#000 url("images/bodyBg.gif") repeat-x;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size:10pt; 
	color:#26424e;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:905px; 
	margin:0 auto;
	background:url("images/bg.jpg") no-repeat;
}

#header {
	background:url("images/header.jpg") no-repeat;
	height:324px;
	margin-left:105px;
}

#myOdds {
	float:left;
	width:210px;
	color:#000;
	background:#374d56 url(images/navBg.gif);
	margin-top:5px;
}

#content {
	width:430px;
	padding:15px 10px;
	float:left;
	background:#f6fefb;
	border-top:#000 5px solid;
	border-left:#000 5px solid;
	border-bottom:#000 5px solid;
}

#navigation {
	width:200px;
	padding:15px;
	float:right;
	background:#374d56 url(images/navBg.gif);
	border:#000 5px solid;
}

#content h1 {
	font-size:14pt;
	font-family:Georgia, Tahoma, Verdana, sans-serif;
	padding-bottom:3px;
	border-bottom:#26424e 1px solid;
}

#content h2, #content h3, #content h4 {
	font-size:11pt;
	font-family:Georgia, Tahoma, Verdana, sans-serif;
	padding-bottom:3px;
	border-bottom:#26424e 1px solid;
}

#content a {
	text-decoration:none;	
	color:#00f; 	
}

#content a:hover {
	text-decoration:underline;
}

#navigation h2 {
	font-size:11pt;
	color:#d6e7ee;
	font-family:Georgia, Tahoma, Verdana, sans-serif;
	padding-bottom:3px;
	border-bottom:#d6e7ee 1px solid;
	margin:0px;
}

#navigation ul {
	text-align:left;
	margin:3px 0px 20px 0px; 
	padding:0;	
}

#navigation li {
	list-style:none;
	padding:5px 0px;
	border-bottom:#9ac1b2 1px dotted;
}

#navigation a {
	text-decoration:none;	
	color:#d6e7ee; 	
}

#navigation a:hover {
	color:#fff;
}

#oddsTable {
	margin:20px 0px;
}

#oddsTable th {
	border-bottom:#dadfda 1px solid;
	border-left:none;
}

#oddsTable th.selection {
	text-align:left;
	padding:0px 15px 0px 5px;
	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;
}

#myOdds a {
	color:#fff;
}

#myOdds h3 {
	margin:0px;
	background:url("images/bulletHeader.gif") no-repeat left center;
	border-bottom:1px solid #000000;
	font-size:100%;
	font-weight:bold;
	color:#d6e7ee;
	padding:5px 3px;
}

#myOdds table {
	text-align:center;
	width:210px;
}

#myOdds table td {
	text-align:center;
	padding:5px 2px 5px 0px;
	border-bottom:#000 1px dotted;
	line-height:1.5em;
}

#myOdds table td.selection {
	text-align:left;
	border-left:none;
	padding-left:4px;
	width:100px;
}

#myOdds table td.bookie {
	text-align:right;
	width:44px;
}

#myOdds table a {
	text-decoration:none;
	color:#d6e7ee;
}

.clear {
	clear:both;
}