#titleBanner, #leagueNav
{
	display:					block;
	width:						100%;
	height:						30px;
	border:						solid black thin;
	border-bottom:				none;
	margin-top:					15px;
}
#leagueNav
{
	border-top:					none;
}
#userNav
{
}
#footer
{
	width:						100%;
	height:						30px;
	border:						solid black thin;
	border-top:					none;
}