body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3362ae;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(../images/img05.gif) repeat-y;
}

fieldset {
	border: 0;
	margin: 0 10px;
}

fieldset label {
	width: 480px;
	float:left;
	margin:5px 0;
}

.submitBtn {
	margin-left: 10px;
	margin-top: 10px;
	background: #3362AE;
	color: #fff;
	border: 0;
	padding: 3px;
}

a {
	color: #3362ae;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: url(../images/img02.jpg);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
	text-indent: -9999px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

/* Menu */

#topNav {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}


#topNav a {

}

#menu a:hover {
	color: #FFFFFF;
}

#topNav .first a {
	background: none;
}


/* Content */

#content {
	width: 740px;
	margin: 0 auto 20px auto;
	padding: 10px;
	background: #FFFFFF url(../images/img04.jpg) repeat-x left bottom;
}

/* Schedule */
#schedule {
	background: url('../images/logoScheduleBg.gif') repeat-x;
	height: 65px;
	width: 760px;
	margin:5px auto 0pt;
}
#schedule .logoSchedule {
	width: 50px;
	height: 62px;
	float: left;
	margin: 0 5px;
}
.logoSchedule .schedTeamLogo {
	height: 38px;
}
.logoSchedule .schedTeamDate {
	height: 24px;
	line-height: 24px;
	font-size: 10px;
	color: #fff;
	text-align:center;
}

/*Ranks*/

#leagueStandings {
	width: 225px;
	margin-bottom: 30px;
}

#leagueStandings tr {
background:transparent url(../images/img06.gif) repeat-x scroll left bottom;
}

#leagueStandings td {
	font-weight: bold;	
	text-align: center;
	padding: 0;
	margin: 0;
}	

#leagueStandings td.standingsLogoSml {
	text-align: left;
	width: 50px;
	height: 16px;
}
#leagueStandings td.standingsStats {
	height: 16px;
	width: 25px;
	}

/* Posts */

#posts {
	float: left;
	width: 480px;
}

/* Links */

#links {
	float: right;
	width: 225px;
	padding-left: 15px;
	background: url(../images/img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(../images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #2D2D2D url(../images/img07.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}
