body {
	background:#bbc890;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size:10pt; 
	color:#666;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:718px; 
	margin:0 auto;
	background:#fff;
	border-left:#8d966e 40px solid;
	border-right:#8d966e 40px solid;
}

#header {
	background:url("images/header.jpg") no-repeat;
	height:250px;
}

#content {
	width:442px;
	padding:10px 20px 20px 20px;
	float:left;
}

#navigation {
	background:#d9debe;
	border-top:#fff 1px solid;
	border-right:#fff 1px solid;
	width:230px;
	float:right;
	margin-bottom:40px;
}

#content h1 {
	font-size:14pt;
	color:#000;
	border-bottom:#666 1px dotted;
	margin:5px 0px 0px 0px;
}

#content h2, #content h3, #content h4 {
	font-size:11pt;
	color:#000;
	border-bottom:#666 1px dotted;
	margin:5px 0px 0px 0px;
}

#content a {
	text-decoration:underline;	
	color:#667331; 	
}

#content a:hover {
	text-decoration:underline;
	color:#000;
}

#navigation h2 {
	background:#bbc890;
	font-size:11pt;
	padding-left:5px;
	line-height:1.8em;
	color:#000;
	font-weight:normal;
	margin:0;
}

#navigation ul {
	text-align:left;
	margin:0; 
	padding:0;
	border-top:#fff 1px solid;
	border-bottom:#fff 1px solid;
}

#navigation li {
	list-style:none;
	border-bottom:#fff 1px dotted;
	padding-left:5px;
	line-height:1.6em;
}

#navigation a {
	text-decoration:none;	
	color:#667331; 	
}

#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;
}