* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url(images/header_bg.jpg);
 background-repeat: repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 background-image: url(images/header.gif);
 background-repeat: none;
 width: 900px;
 float: left;
 padding-bottom: 42px;
 height: 100px;
 margin: 0px 0px 0px 0px;
}
#nav {
 float: left;
 width: 900px;
 margin: 0px 5px 0px 0px;
}
#nav ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
#nav li {
 display: inline;
 height: 30px;
}
#nav a {
	display: block;
	float: left;
	width: 140px;
	height: 25px;
	padding-top: 10px;
	margin-left: 10px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 8px;
	margin-bottom: 20px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;	
}
#nav a:hover {
	background: #505050;
	color: #FFFFFF;
}
#ads1 { 
 margin: 10px 0px 0px 0px;
 height: auto;
 width: 125px;
 float: left;
 padding-right: 10px;
}
#leagues { 
 margin: 10px 0px 50px 0px;
 height: auto;
 width: 800px;
 float: left;
 padding-right: 5px;
 padding-bottom: 30px;
}
#map { 
 margin: 10px 0px 50px 0px;
 height: auto;
 width: 650px;
 float: left;
 padding-right: 5px;
 padding-bottom: 30px;
}
#content { 
 margin: 10px 0px 50px 0px;
 height: auto;
 width: 505px;
 float: left;
 padding-right: 10px;
 padding-bottom: 30px;
}
#content img {
 margin: 10px;
}
#rightmiddle {
 margin: 25px 30px 0px 0px;
 width: 120px;
 float: left;
 text-align: center;
 padding-bottom: 20px;
}
#menu { 
 width: 120px;
 float: left;
 border: 1px solid #000000;
}
#menu ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
#menu li {
 display: inline;
 height: 48px;
}
#menu a {
 display: block;
 float: left;
 width: 120px;
 height: 25px;
 padding-top: 10px;
 text-align: center;
 text-decoration: none;
 color: #000000;
}
#menu a:hover {
	background: Red;
	color: #FFFFFF;
}
#menuh { 
 height: 80px;
 width: 840px;
 float: left;
 align: center;
 border-top: 1px solid #000000;
 border-bottom: 1px solid #000000;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
}
#menuh ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
#menuh li {
 display: inline;
 height: 54px;
}
#menuh a {
 display: block;
 float: left;
 width: 120px;
 height: 30px;
 padding-top: 5px;
 padding-bottom: 5px;
 text-align: center;
 text-decoration: none;
 color: #000000;
}
#menuh a:hover {
	background: Red;
	color: #FFFFFF;
}
#ads2 { 
 margin: 10px 0px 0px 0px;
 height: auto;
 width: 125px;
 float: left;
}
#footer { 
 width: 900px;
 text-align: center;
 clear: both;
 border: 1px solid #ccc;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
