body {
	background:#29a599 url("images/bg.gif") top left repeat-x;
	font-family: "Helvetica", Verdana, Arial, sans-serif;
	line-height: 130%;
	font-size:10pt; 
	color:#fff;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:748px; 
	margin:0 auto;
	background:url("images/header.jpg") no-repeat;
}

#header {
	height:189px;
	background:none;
}

#content {
	width:494px;
	min-height:980px;
	float:left;
	background:#191919;
	border-top:#000 37px solid;
	border-bottom:#000 37px solid;
	border-left:#000 12px solid;
	border-right:#000 12px solid;
	padding:10px;
}

#navigation {
	width:210px;
	float:right;
	padding-top:20px;
}

#content h1 {
	font-size:14pt;
	background:#131313;
	margin:0;
	padding:5px 8px 0px 8px;
	color:#01cec7;
}

#content h2, #content h3, #content h4 {
	font-size:11pt;
	background:#131313;
	margin:20px 0px 0px 0px;
	padding:5px 8px 0px 8px;
	color:#01cec7;
}

#content p {
	background:#131313;
	margin:0;
	padding:10px 8px 13px 8px;
}

#content a {
	text-decoration:none;	
	color:#01cec7; 	
}

#content a:hover {
	text-decoration:underline;
}

#navigation h2 {
	font-size:10pt;
	background:#000 url("images/nav-title-bg.gif") left no-repeat;
	padding:3px 10px 4px 0px;
	margin:0px 0px 1px 0px;
	text-align:right;
}

#navigation ul {
	text-align:right;
	margin:0; 
	padding:0;			
}

#navigation li {
	list-style:none;
	background:#258279 url("images/nav-bg.gif") left no-repeat;
	padding:2px 10px 2px 0px;
	margin-bottom:1px;
}

#navigation a {
	text-decoration:none;	
	color:#fff; 	
}

#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 3px;
	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;
}