body {
	background:#504232 url("images/bg.gif");
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size:10pt; 
	color:#3c3d37;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:768px; 
	margin:0 auto;
	background:#b1bb96;
	padding-bottom:10px;
}

#header {
	background-image:url("images/header.jpg");
	background-repeat:no-repeat;
	background-position:10px 10px;
	height:251px;
}

#content {
	width:488px;
	float:left;
	margin:0px 10px;
	background:#fffdee;
	padding:0px 10px;
}

#navigation {
	width:210px;
	float:right;
	background:#fffbd5;
	margin-right:10px;
	padding:10px 10px 0px 10px;
}

#content h1 {
	font-size:14pt;
	background:#ebe8c4;
	font-weight:normal;
	padding:4px 3px;
	margin-bottom:1px;
}

#content h2, #content h3, #content h4 {
	font-size:11pt;
	background:#ebe8c4;
	font-weight:normal;
	padding:4px 3px;
	margin-bottom:1px;
}

#content a {
	text-decoration:none;	
	color:#00c; 	
}

#content a:hover {
	color:#00f;
}

#oddsTable {
	margin:20px 0px;
	padding:0px;
	width:468px;
}

#oddsTable th {
	border-bottom:#d0cdae 1px solid;
	border-left:none;
}

#oddsTable th.selection {
	text-align:left;
	padding:0px;
	font-weight:normal;
}

#oddsTable th img {
	border:none;
}

#oddsTable td {
	text-align:center;
	padding:3px 0px;
	border-bottom:#d0cdae 1px solid;
	width:40px;
}

#oddsTable th.selection {
	text-align:left;
	padding:3px 5px 3px 5px;
}

#oddsTable td img {
	margin:0;
	padding:0;
	text-align:center;
}


#navigation h2 {
	font-size:11pt;
	font-weight:normal;
	background:#d0cdae;
	padding:4px 3px;
	margin:0px 0px 1px 0px;
}

#navigation ul {
	text-align:left;
	margin:0px 0px 10px 0px; 
	padding:0;			
}

#navigation li {
	list-style:none;
	background:#ebe8c4;
	margin-bottom:1px;
	padding:4px 3px;
}

#navigation a {
	text-decoration:none;	
	color:#717171; 	
}

#navigation a:hover {
	color:#00c;
}

.clear {
	clear:both;
}