body {
	background:#535353 url("images/bg.gif") repeat-x;
	margin:0px;
	padding:0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#535353;
	line-height:1.3em;
	text-decoration:none;
}

.wrapper {
	width:1178px;
	margin:auto;
}

#header {
	width:443px;
	height:248px;
	margin-left:330px;
	background:url("images/header.jpg") no-repeat;
	border:#fff 37px solid;
}

#leftcol {
	width:310px;
	float:left;
	background:#535353;
	min-height:360px;
	padding:20px 20px 20px 0px;
	color:#9fc5cf;
	text-align:right;
}

#content {
	width:403px;
	background:#9fc5cf url("images/shadow3.gif") top no-repeat;
	border-left:#fff 37px solid;
	border-right:#fff 37px solid;
	border-bottom:#fff 37px solid;
	padding:20px;
	float:left;
}

#navigation {
	width:290px;
	float:right;
	background:#535353;
	padding:5px 20px 20px 20px;
	min-height:448px;
}

#content h1 {
	font-size:14pt;
	text-transform:uppercase;
	color:#444;
}

#content h2, #content h3, #content h4 {
	font-size:11pt;
	text-transform:uppercase;
	color:#444;
	margin:0px;
}

#content a {
	text-decoration:underline;	
	color:#fff; 	
}

#content a:hover {
	text-decoration:underline;
}

#content ul { 
	list-style-type:square;
	color:#535353;
	margin-left:18px;
}

#content img {
	float:right;
	margin:0px 0px 10px 5px;
}

#navigation h2, #leftcol h2 {
	font-size:10pt;
	color:#fff;
	margin:15px 0 2px 0;
	text-transform:uppercase;
}

#navigation ul {
	text-align:left;
	margin:0; 
	padding:0;			
}

#navigation li {
	list-style:none;
	line-height:1.4em;
}

#navigation a {
	text-decoration:none;	
	color:#9fc5cf; 	
}

#navigation a:hover {
	text-decoration:underline;
}

#leftcol img {
	margin-bottom:20px;
}

#leftcol p {
	margin:0;
}

#oddsTable {
	margin:20px 0px;
}

#oddsTable th {
	border-bottom:#bcd7dd 2px solid;
	border-left:none;
}

#oddsTable th.selection {
	text-align:left;
	padding:0px 5px;
	border-left:#bcd7dd 2px solid;
	border-right:#bcd7dd 2px solid;
	font-weight:normal;
}

#oddsTable th img {
	border:none;
}

#oddsTable td {
	text-align:center;
	padding:3px 0px;
	border-right:#bcd7dd 2px solid;
	border-bottom:#bcd7dd 2px solid;
}

#oddsTable td.selection {
	text-align:left;
	padding:3px 15px 3px 5px;
	border-left:#bcd7dd 2px solid;
}

.clear {
	clear:both;
}