body {
	background:#996734 url(images/bg.jpg) center top no-repeat;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:10pt; 
	color:#000;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:751px; 
	margin:0 auto;
}

#header {
	height:245px;
	background:url(images/logo.png) right bottom no-repeat;
	margin-bottom:5px;
}

#content {
	background:url(images/body.png);
	width:452px;
	float:left;
	padding:15px;
	border:#000 1px solid;
}

#navigation {
	background:url(images/body.png);
	width:220px;
	float:right;
	padding:15px;
	border:#000 1px solid;
}

#content h1 {
	font-size:14pt;
	color:#30a9e8;
	margin:0px;
	font-weight:normal;
	letter-spacing:0.1em;
}

#content h2, #content h3, #content h4 {
	font-size:11pt;
	color:#30a9e8;
	margin:20px 0px 0px 0px;
	font-weight:normal;
	letter-spacing:0.1em;
}

#content p {
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:normal;
	color:#fff;
	margin:5px 0px 17px 0px;
}

#content table {
	color:#fff;
	border:none;
}

#content a {
	text-decoration:none;	
	color:#ffcc0e; 	
}

#content a:hover {
	text-decoration:underline;
}

#navigation h2 {
	font-size:10pt;
	color:#30a9e8;
	margin:0px 0px 3px 0px;
	border-bottom:#9b9994 1px solid;
	padding-bottom:2px;
	font-weight:normal;
	letter-spacing:0.1em;
}

#navigation ul {
	text-align:left;
	margin:0px 0px 15px 0px; 
	padding:0;			
}

#navigation li {
	list-style:none;
	line-height:1.5em;
	border-bottom:#9b9994 1px dotted;
}

#navigation a {
	text-decoration:none;	
	color:#ffcc0e; 	
}

#navigation a:hover {
	text-decoration:underline;
}


#oddsTable {
	margin:20px 0px;
	color:#fff;
}

#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;
}

#oddsTable td {
	text-align:center;
	padding:3px 0px;
	border-right:#dadfda 1px solid;
	border-bottom:#dadfda 1px solid;
}

.clear {
	clear:both;
}