body {
	background: #EBEAD1 url(images/content.png) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color:#717053;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	margin: 0 auto;
	width: 1057px;
}

#header {
	height:30px;
}

#top {
	background: url(images/top.png) no-repeat;
	padding: 38px 44px 0 44px;
	position: relative;
}

#oddsPanel {
	width:255px;
	float:left;
	margin:35px 0px 0px 15px;
	color: #ffffff;
}

#content {
	width: 580px;
	background: url(images/middle.png) repeat-y;
	float: left;
	margin-top:20px;
	min-height:675px;
}

#navigation {
	width:202px;
	float:right;
}

#content h1 {
	color: #422C21;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 2px;
}

#content h2, #content h3, #content h4 {
	font-size:16px;
	color: #422C21;
	font-weight:normal;
	margin-bottom: 2px;
}

#content p {
	margin:0px 0px 22px 0px;
	line-height:1.4em;
}

#content a {
	background:#f9f8e9;
	padding:0px 3px;
	text-decoration:underline;	
	color:#690; 	
}

#content a:hover {
	color:#422c21;
}

#headertxt {
	height:120px;
	margin:50px 0px 53px 5px;
	background:url(images/lingo.png) no-repeat;
}

#navigation h2 {
	font-size:16px;
	color: #422C21;
	font-weight:normal;
	margin-bottom: 2px;
	padding-left:5px;
}

#navigation ul {
	text-align:left;
	margin:0px 0px 20px 0px; 
	padding:0;
	border-top:#b1b08e 1px solid;
}

#navigation li {
	list-style:none;
	border-bottom:#d3d2b7 1px solid;
	padding-left:5px;
	line-height:1.6em;
}

#navigation a {
	text-decoration:none;	
	color:#690; 	
}

#navigation a:hover {
	color:#422c21;
}

#footer {
	background: url(images/bottom.png) no-repeat;
	height:65px;
}

#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;
}

#oddsPanel h3 {
	margin:10px 0px 0px 0px;
	text-transform:uppercase;
	font-size:100%;
	font-weight:bold;
	color:#000;
}

.oddsRight {
	text-align:center;
	background:#182c33;
	border:#fff 4px solid;
}

.oddsRight td {
	width:31px;
	text-align:center;
	padding:5px 0px;
	border-bottom:#fff 1px dotted;
	line-height:1.5em;
}


.oddsRight td.selection {
	text-align:left;
	border-left:none;
	padding-left:15px;
	width:119px;
}

.oddsRight td.bookie {
	text-align:right;
	width:50px;
}

.oddsRight a {
	text-decoration:none;
	color:#ffffff;
}

.clear {
	clear:both;
}