body {
	background:#3a5433 url("images/bg.gif") repeat-x;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size:10pt; 
	color:#335637;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:752px; 
	margin:0 auto;
}

#header {
	margin:28px 0px 0px 155px;
	height:52px;
	background-image:url("images/branding.png");
	background-repeat:no-repeat;
}

#content {
	width:462px;
	float:left;
	border:#fff 7px solid;
	background:#eff7f0;
	padding:0px 10px;
}

#navigation {
	width:235px;
	float:right;
	margin-left:15px;
}

#content h1 {
	font-size:16pt;
	color:#335637;
	font-weight:normal;
	letter-spacing:0.1em;
	margin:10px 0px 0px 0px;
	border-bottom:#a6ceab 1px dotted;
}

#content h2, #content h3, #content h4 {
	font-size:13pt;
	font-weight:normal;
	letter-spacing:0.1em;
	margin:25px 0px 0px 0px;
	border-bottom:#a6ceab 1px dotted;
}

#content a {
	text-decoration:underline;	
	color:#283923; 	
	background:#deeee0;
	padding:0px 3px;
}

#navigation h2 {
	font-size:11pt;
	color:#ffea02;
	font-weight:normal;
	letter-spacing:0.1em;
	margin:20px 0px 5px 0px;
	border-bottom:#ffea02 1px dotted;
}

#navigation ul {
	text-align:left;
	margin:0px 0px 20px 0px; 
	padding:0;			
}

#navigation li {
	list-style:none;
	line-height:1.5em;
}

#navigation a {
	text-decoration:none;
	letter-spacing:0;
	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;
	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;
}