﻿/* --- General --- */
body { margin: 30px 15px 15px 15px; }
h1,h2,h3,h4,h5,h6,p,div { margin: 0px; padding: 0px; }

/* --- Sections --- */
#container
{
	min-width: 760px;
}

#header { position: relative; height: 45px; }
#header h1 { position: absolute; top: -30px; left: 0; margin: 0px; font-size: 2pt; z-index: 100; }
#header h1 a { display: block; width: 300px; height: 75px; text-indent: -700em; text-decoration: none; }
#header h2 { position: absolute; top: 0; right: 0; padding: 5px 15px 5px 5px; }
#header ul { position: absolute; bottom: -1px; right: 0; margin: 0; padding: 0px 15px 0px 0px; list-style: none; width: auto; z-index: 110; }
#header ul a { float: left; display: block; padding: 4px 4px 4px 12px; }
#header li { float: left; display: inline; white-space: nowrap; padding: 0 8px 0 0; margin: 0px 1px 0px 0px; }

#login
{
	float: left;
	border-right: black thin solid;
	width: 39%;
}

#newusers
{
	float: right;
	width: 60%;
}

#info1
{
	float: left;
	border-right: black thin solid;
	width: 49%;
}

#info2
{
	float: right;
	width: 50%;
}

#teams
{
	float: left;
	width: 40%;
}

#players
{
	float: left;
	border-left: black thin solid;	
	width: 59%;
}