body {
	background:#000 url("images/bg.gif") 0 0 repeat-x;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size:10pt; 
	color:#74a5d7;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:710px; 
	margin:0 auto;
	background:#000;
	border-left:#0a5d94 1px solid;
	border-right:#0a5d94 1px solid;
}

#header {
	background:#022f50 url("images/header.jpg") no-repeat;
	height:250px;
	border-bottom:#0a5d94 1px solid;
}

#content {
	width:450px;
	padding:15px;
	float:left;
}

#navigation {
	width:230px;
	float:right;
	padding-top:15px;
}

#content h1 {
	font-size:14pt;
	color:#fff;
	margin-bottom:0px;
	padding:0px;
}

#content h2, #content h3, #content h4 {
	font-size:11pt;
	color:#fff;
	margin:25px 0px 0px 0px;
	padding:0px;
}

#content p {
	margin:10px 0px 20px 0px;
}

#content ul {
	list-style-type:square;
}

#content a {
	text-decoration:none;	
	color:#fff; 	
}

#content a:hover {
	text-decoration:underline;
}

#navigation h2 {
	background:url("images/headerbg.gif") 0 0 repeat-x;
	font-size:10pt;
	color:#fff;
	padding:3px 0px 4px 5px;
	margin:0px;
	border-bottom:#0a5d94 1px solid;
}

#navigation ul {
	text-align:left;
	margin:0px 0px 15px 0px; 
	padding:5px 5px 10px 5px;
	background:#052941;
	border-left:#0a5d94 1px solid;
	border-bottom:#0a5d94 1px solid;
}

#navigation li {
	list-style:none;
	border-bottom:#0a5d94 1px dotted;
	line-height:1.7em;
}

#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;
}