body {
	background:#1aaab6 url(images/bg.jpg) center top no-repeat;
	font-family:Tahoma,Geneva,Arial,Helvetica,sans-serif;; 
	font-size:10pt; 
	color:#000;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:679px; 
	margin:0 auto;
}

#header {
	background:url(images/header.gif) left top no-repeat;
	height:262px;
	margin:86px 0px 10px 0px;
}

#content {
	width:470px;
	float:left;
	background:#f2f2f2;
	border:#fff 6px solid;
}

#navigation {
	width:175px;
	float:right;
	background:#3fc6d0;
	padding:6px;
}

#content h1 {
	font-size:10pt;
	background:#229ca2;
	color:#fff;
	padding:4px 8px;
	margin:0px;
	border-bottom:#fff 6px solid;

}

#content h2, #content h3, #content h4 {
	font-size:10pt;
	background:#229ca2;
	color:#fff;
	padding:4px 8px;
	margin:0px;
	border-top:#fff 6px solid;
	border-bottom:#fff 6px solid;
}

#content p {
	margin-left:8px;
	margin-right:8px;
}

#content a {
	text-decoration:underline;	
	color:#488e9a;
	font-weight:bold;
}

#content a:hover {
	color:#17707f;
}

#navigation h2 {
	background:#000;
	color:#fff;
	font-size:10pt;
	margin:0px;
	padding:4px 8px;
}

#navigation ul {
	text-align:left;
	margin:0px 0px 10px 0px; 
	padding:0;			
}

#navigation li {
	list-style:none;
	padding:3px 8px;
	border-bottom:#000 1px dotted;
}

#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;
}