@charset "utf-8";
/* CSS Document */



body{
	margin: 0;
	padding-bottom: 10px;
	border: 0;
	font-family: Arial,Helvetica, san-seerif;
	font-size: 1.0em;
	background:#78bbff url(../images/blue-background-8.jpg ) repeat-x;
	text-align: center;
	}



#container{
	 margin: 0px;
	 border: 3px solid #024572;
	 
	 background: url(../images/blue-background-8.jpg ) repeat-x;
	 padding: 0;	  
	 margin-left: auto;
	 margin-right: auto;
	 width:800px;
	 text-align: left;
	 height: auto;
	 }
	 
#content{
	background: #fff;
	padding-top: 0px;
	padding-bottom: 5px;
	width:800px;
	margin:0;
	height: auto;
	top: 190px;
	float:left;
	}


	
/*Tab styles*/ 
#nav {
	float: left;
	width: 790px;
	margin: 0;
	padding: 10px 0 0 10px;
	list-style: none;
	background: #FFCB2D url(../images/nav_bg.gif) repeat-x bottom left;
	}
#nav li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 90%;
	}
#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #9B8748;
	border-bottom: none;
	background: #F9E9A9 url(../images/off_bg.gif) repeat-x top left;
	}
#nav a:hover, body#league #t-league a, body#commis #t-commis a, body#manager #t-manager a, body#resolutions #t-resolutions a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #fff url(../images/on_bg.gif) repeat-x top left;
	}