body,
html {
	margin:0;
	padding:0;
	background: #002A54;
	background-image: url(http://www.thisisyourleague.com/bkground.gif);
	background-repeat: repeat-x;
	color:#000;
	text-align: center;
	font: 14px tahoma, verdana, sans-serif;
}
body {
	min-width:850px;
	}
#wrap {
	text-align: left;
	background:#fff;
	margin:0 auto;
	width:850px;
}
/* for Internet Explorer */
/*\*/
* html #ieBugContainer {
	height: 100%;
}
/**/
#header {
	background:#fff;
	padding: 10px 0 0 0;
}
#header h1 {
	color:#fff;
	margin: 0 0 0 0;
	text-indent: -2999px;
	width: 850px;
	height: 144px;
}
#header h1 a {
	display: block;
	height: 144px;
	color: #FFF;
	text-decoration: none;
	font-size: 36px;
}
#main {
	background: #fff;
	float:left;
	width:325px;
}
#main img {
	margin: 15px 0 15px 15px;
}
#sidebar {
	background: #fff;
	float:right;
	width:510px;
}
#sidebar #sbText{
	padding: 15px 15px 15px 30px;
}
#sidebar #sbText h1{
	font-size: 30px;
	margin: 0 0 10px 0;
}
#footer {
	background:#002A54;
	clear:both;
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding: 10px 0 10px 0;
}
#footer p {
	padding:5px;
	margin:0;
}

/*  Main Navigation CSS */
#nav {
	height: 0px;
	width:850px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	float: left;
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	width: auto;
	text-indent: -2999px;
}
#nav li a {
	display: block;
	height: 47px;
	color: #FFF;
	text-decoration: none;
	font-size: 36px;
}
#nav li#leagues {
	background: url('images/head_leagues.gif') no-repeat;
	width: 129px;
}
#nav li#ntrp {
	background: url('images/head_ntrp.gif') no-repeat;
	width: 115px;
}
#nav li#selfrating {
	background: url('images/head_selfrating.gif') no-repeat;
	width: 144px;
}
#nav li#divisions {
	background: url('images/head_divisions.gif') no-repeat;
	width: 134px;
}
#nav li#championships {
	background: url('images/head_championships.gif') no-repeat;
	width: 171px;
}
#nav li#membership {
	background: url('images/head_membership.gif') no-repeat;
	width: 157px;
}
#nav li#leaguesS {
	background: url('images/head_leaguesS.gif') no-repeat;
	width: 129px;
}
#nav li#ntrpS {
	background: url('images/head_ntrpS.gif') no-repeat;
	width: 115px;
}
#nav li#selfratingS {
	background: url('images/head_selfratingS.gif') no-repeat;
	width: 144px;
}
#nav li#divisionsS {
	background: url('images/head_divisionsS.gif') no-repeat;
	width: 134px;
}
#nav li#championshipsS {
	background: url('images/head_championshipsS.gif') no-repeat;
	width: 171px;
}
#nav li#membershipS {
	background: url('images/head_membershipS.gif') no-repeat;
	width: 157px;
}
.headerText{
	font-size: 28px;
	font-weight: bold;
}

td {
	font-size: 14px;
}
input, select {
	width: 100px;
	font-size: 12px;
}
#singleColContent {
	padding: 0 20px 0 20px;
}
