body {
	background:#f9f7f3;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size:9pt; 
	color:#333;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:754px; 
	margin:0 auto;
	background:#fff url("images/wrapperbg.gif") top left repeat-y;
	padding:0px 7px;
}

#header {
	background:#fff;
	height:0px;
}

#content {
	width:478px;
	float:left;
	background:url("images/header.jpg") 15px 16px no-repeat;
	margin-right:0px;
	padding:257px 15px 0px;
}

#navigation {
	width:211px;
	float:right;
	background:#333 url("images/logo.gif") top left no-repeat;
	margin:15px 15px 15px 0px;
	padding:247px 10px 10px 10px;
}

#content h1 {
	font-size:11pt;
	background:#333; 
	color:#c58f24;
	padding:3px 0px 3px 5px;
	font-weight:bold;
	font-variant:small-caps;
	font-stretch:extra-expanded;
	margin:0px;
}

#content h2, #content h3, #content h4 {
	font-size:11pt;
	background:#333; 
	color:#fff;
	padding:3px 5px;
	font-weight:bold;
	font-variant:small-caps;
	font-stretch:extra-expanded;
}

#content p {
	margin:5px 5px 18px 5px;
}

#content a {
	text-decoration:none;	
	color:#00f; 	
}

#content a:hover {
	text-decoration:underline;
}

#navigation h2 {
	font-size:11pt;
	color:#6d6d6d;
	font-weight:bold;
	font-variant:small-caps;
	font-stretch:extra-expanded;
	border-bottom:#c58f24 1px solid;
	margin:0px 0px 5px 0px;
}

#navigation ul {
	text-align:left;
	margin:0; 
	padding:0px 0px 12px 0px;			
}

#navigation li {
	list-style:none;	
}

#navigation a {
	text-decoration:none;	
	color:#c58f24;
	font-variant:small-caps;
	font-stretch:extra-expanded;
	border-bottom:#6d6d6d 1px dotted;
	display:block;
	padding:1px 0px;
}

#navigation a:hover {
	border-bottom:#c58f24 1px dotted;
}

#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;
}