body {
	background:url("images/bg.jpg");
	font: 9pt Tahoma, Trebuchet MS, sans-serif;
	color:#333;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:740px; 
	margin:0 auto;
}

#header {
	height:291px;
	background:url("images/header.jpg");
}

#content {
	width:420px;
	background:url("images/bgcontent.gif");
	padding:10px 40px 5px 40px;
	float:left;
}

#navigation {
	width:216px;
	background:url("images/navbg.gif");
	float:right;
	border-left:#391507 2px solid;
	border-right:#391507 2px solid;
	border-bottom:#391507 2px solid;
	padding:5px 10px 10px 10px;
}

#contentFooter {
	background:url("images/bgcontentfooter.gif") left no-repeat;
	height:28px;
}

#content h1 {
	font:11pt Arial, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px;
}

#content h2, #content h3, #content h4 {
	font:9pt Arial, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	margin:25px 0px 0px 0px;
}

#content p {
	margin:8px 0px 18px 0px;
}

#content a {
	text-decoration:underline;	
	color:#6e2a0e; 	
}

#content a:hover {
	text-decoration:underline;
}

#navigation h2 {
	font:9pt Arial, sans-serif;
	text-transform:uppercase;
	color:#f9dc8e;
	font-weight:bold;
	margin:0px 0px 5px;
}

#navigation ul {
	text-align:left;
	margin:0px 0px 20px 0px; 
	padding:0;			
}

#navigation li {
	list-style:none;
	line-height:1.3em;
}

#navigation a {
	text-decoration:none;	
	color:#a1804a; 	
}

#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 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;
}

#oddsTable td.selection {
	text-align:left;
	padding:3px 15px 3px 5px;
	border-left:#dadfda 1px solid;
}

.clear {
	clear:both;
}