body {
	background:#ed9;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size:10pt; 
	color:#000;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:771px; 
	margin:0 auto;
}

#header {
	background:url("images/header.jpg") no-repeat;
	height:204px;
	margin-top:15px;
}

#content {
	width:553px;
	float:right;
	background:url("images/bodybg.gif") repeat-y;
}

#navigation {
	width:218px;
	background:url("images/body-menu.gif") repeat-y;
	float:left;
}

#content-top {
	background:url("images/top.gif") no-repeat;
	height:19px;
	display:block;
}

#content-foot {
	background:url("images/bottom.gif") no-repeat;
	height:15px;
	display:block;
}

#content h1 {
	font-size:14pt;
	margin:0px 28px 0px 25px;
}

#content h2, #content h3, #content h4 {
	font-size:11pt;
	margin:20px 28px 0px 25px;
}

#content p {
	margin:10px 28px 15px 25px;
}

#content a {
	text-decoration:none;	
	color:#00f; 	
}

#content a:hover {
	text-decoration:underline;
}

#navigation-top {
	background:url("images/top-menu.gif") no-repeat;
	height:19px;
	display:block;
}

#navigation-foot {
	background:url("images/bottom-menu.gif") no-repeat;
	height:20px;
	display:block;
}

#navigation h2 {
	font-size:9pt;
	margin:0px 18px;
	color:#85a8d8;
	text-transform:uppercase;
}

#navigation ul {
	text-align:left;
	margin:0px 18px 20px 18px; 
	padding:0;			
}

#navigation li {
	list-style:none;	
}

#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 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;
}