body {
	background:#fff url("images/bg.gif") repeat-x;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size:10pt; 
	color:#444;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:820px; 
	margin:0 auto;
}

#header {
	background:url("images/header.gif") no-repeat;
	height:236px;
	display:block;
	margin-bottom:20px;
}

#content {
	width:515px;
	float:left;
	background:#f6f7ff;
	border:#133f6d 3px dotted;
	padding:6px 12px 20px 12px;
	margin-left:25px;
}

#navigation {
	width:211px;
	float:right;
	margin-left:15px;
	margin-right:20px;
}

#content h1 {
	font-size:14pt;
	color:#ff4e00;
	font-weight:normal;
}

#content h2, #content h3, #content h4 {
	font-size:11pt;
	color:#ff4e00;
	font-weight:bold;
}

#content table {
	border:#133f6d 1px solid;
}

#content table td {
	text-align:center;
	padding:2px 5px;
}

#content a {
	text-decoration:underline;	
	color:#ff4e00;  	
}

#content a:hover {
	text-decoration:underline;
	color:#942d00;
}

#content ul {
	list-style-type:square;
	margin:10px 0px 10px 18px;
}

#navigation h2 {
	font-size:10pt;
	font-weight:normal;
	background-color:#133f6d;
	color:#fff;
	padding:6px;
	margin:0px 0px 5px 0px;
}

#navigation ul {
	text-align:left;
	margin:0px 5px 15px 5px; 
	padding:0;			
}

#navigation li {
	list-style:none;
	padding:5px 0px;
	border-bottom:#708b97 1px dotted;
}

#navigation a {
	text-decoration:none;	
	color:#ff4e00; 	
}

#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;
}