body {
	background:#d2d1d0 url("images/bg.gif") repeat-x;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt; 
	color:#000;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:752px; 
	margin:0 auto;
	background:url("images/logo.gif") no-repeat top left;
	min-height:500px;
}

#header {
	height:250px;
	border:#bbb 1px solid;
	background:#f4f4f4;
	padding:11px;
	margin:76px 0px 16px 0px;
}

#content {
	width:478px;
	float:left;
	border:#bbb 1px solid;
	background:#f4f4f4;
	padding:11px;
}

#navigation {
	width:206px;
	float:right;
	border:#bbb 1px solid;
	background:#f4f4f4;
	padding:11px;
}

#content h1 {
	font-size:14pt;
	background:#e5e5e5;
	color:#3a4738;
	padding:2px;
	margin:0px 0px 5px 0px;
}

#content h2, #content h3, #content h4 {
	font-size:11pt;
	background:#e5e5e5;
	color:#3a4738;
	padding:2px;
	margin:20px 0px 1px 0px;
}

#content p {
	padding-left:2px;
	padding-right:2px;
}

#content a {
	text-decoration:none;	
	color:#00f; 	
}

#content a:hover {
	text-decoration:underline;
}

#navigation h2 {
	font-size:11pt;
	margin:0px;
	padding:2px;
	background:#e5e5e5;
	color:#3a4738;
}

#navigation ul {
	text-align:left;
	margin:0px 0px 20px 0px; 
	padding:0;			
}

#navigation li {
	list-style:none;
	border-bottom:#bbb 1px solid;
	border-top:#fff 1px solid;
	line-height:1.5em;
	padding:0px 2px;
}

#navigation a {
	text-decoration:none;	
	color:#00f; 	
}

#navigation a:hover {
	text-decoration:underline;
}

#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;
}