#container #stats {
	float: left;
	width: 790px;
	margin: 10px 0 0 5px; padding: 0;
	overflow: hidden;
}
* html #container #stats { display:inline; }  
	#container #stats h1 {
		padding: 0; margin: 0;
		width:790px; height: 126px;
		overflow: hidden;
		float: left;
	}

.stats-table 
{
	float:left;
	margin:3px;
	width:790px;

}

.stats-table td
{
	padding:5px 14px 5px 14px;
	border-left:1px;
	border-bottom:1px;
	border-color:#444;
}

.stats-table td a
{
	color: #ff5200;
	font-weight:bold;
}

.stats-table td a:hover
{
	text-decoration:underline;
}

/* ---------->>> navigation <<<-----------*/
#container #stats ol#main {
	height: 33px; width: 776px;
	background:url(images/nav_bg.jpg) no-repeat;
	margin: 0; padding: 0 0 0 14px;
	list-style: none;
	clear:both;
}
	ol#main li {
		margin:0; padding:0;
		float: left;
		font-size: 12px;
	}
		ol#main li a:link, ol#main li a:visited {
			color: #ffffff;
			text-decoration: none;
			font-weight: bold;
			display:block;
			background:url(images/nav_a.jpg) no-repeat;
				width: 73px; height: 23px;
				margin: 3px 0 0 1px; padding: 7px 0 0 0;
				text-align: center;
		}
		ol#main li a:hover, ol#main li a:active {
			color: #ff5200;
			text-decoration: none;
			font-weight: bold;
			display:block;
			background:url(images/nav_a_hover.jpg) no-repeat;
				width: 73px; height: 23px;
				margin: 3px 0 0 1px; padding: 7px 0 0 0;
				text-align: center;
		}
			ol#main li a#selected {
				color: #ff8f26;
				text-decoration: none;
				font-weight: bold;
				display:block;
				background:url(images/nav_a_selected.jpg) no-repeat;
					width: 75px; height: 23px;
					margin: 2px 0 0 1px; padding: 8px 0 0 0;
					text-align: center;
			}