body {
	background:#232903;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt; 
	color:#8B985F;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:710px; 
	margin:0 auto;
	padding:0px 25px 25px 25px;
	background:#34160C;
}

#header {
	background:#000 url("images/header.jpg");
	height:311px;
}

#content {
	float:left;
	width:425px;
	padding:5px 20px 15px 20px;
	background:url("images/contentBg.gif") repeat-y;
}

#navigation {
	float:right;
	width:245px;
	padding:0px 0px 15px 0px;
	background:url("images/navBg.gif") repeat-y;
}

#content h1 {
	letter-spacing:-1px;
	font-size:17pt;
	color:#ceea70;
	border-bottom:#585942 1px dashed;
	margin:5px 0px;
	padding:0;
}

#content h2, #content h3, #content h4 {
	letter-spacing:-1px;
	font-size:13pt;
	color:#ceea70;
	border-bottom:#585942 1px dashed;
	margin:5px 0px;
	padding:0;
}

#content img {
	margin:2px 8px;
}

#content a {
	text-decoration:none;	
	color:#ceea70; 
}

#content a:hover {
	text-decoration:underline;
}

#navigation h2 {
	letter-spacing:-1px;
	font-size:13pt;
	background:#3a3b23;
	border-bottom:#585942 1px dashed;
	color:#ceea70;
	margin:0px 6px 0px 1px;
	padding:7px 10px 7px 14px;
}

#navigation ul {
	text-align:left;
	margin:10px 20px 14px 16px; 
	padding:0;	
	list-style:none;
}

#navigation li {
	padding:4px 0px;
	border-bottom:#373823 1px dashed;	
}

#navigation a {
	text-decoration:none;	
	color:#ceea70; 
	padding-left:10px;
	background:url("images/bullet.gif") no-repeat 0 5px;
}

#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 0px 0px 2px;
	border-left:#dadfda 1px solid;
	border-right:#dadfda 1px solid;
	font-weight:normal;
}

#oddsTable th img {
	border:none;
	margin:0px;
	padding:0px;
}

#oddsTable td {
	text-align:center;
	padding:3px 0px;
	border-right:#dadfda 1px solid;
	border-bottom:#dadfda 1px solid;
}

.clear {
	clear:both;
	background:url("images/footerBg.gif") no-repeat;
	height:6px;
	display:block;
}