body
{
    background-image: url('images/bg_gradient.jpg');
    height: 714px;
    background-repeat: repeat-x;
    background-color: #A10505;
    font-family: 'Verdana';
}

p
{
    font-size: 13px;
}

div.footer
{
    text-align: center;
    font-size: 10px;
    color: grey;
}
span.red
{
    color: red;
}

div.sponsorImages
{
    text-align: center;
    position: relative;
    top: 200px;
}
img.year
{
    position: relative;
        left: 90px;
}
p.contact
{
    position: relative;
        left: 110px;
}
div.mainContainer
{
    margin: auto;
    width: 1024px;
}

div.contactCol
{
    position: relative;
    width: 250px;
    float: left;
    height: 500px;
    overflow: visible;
    color: white;
    font-family: 'verdana';
    font-size: 11px;
}

div.contentCol1
{
    background-color: white;
    width: 760px;
    float: left;
}

div.contentCol2
{
    background-color: white;
	margin: 10;
    width: 950px;
    float: left;
}

div.contentCol
{
    background-color: white;
    width: 700px;
    float: left;
}

div.sponsorsCol
{
    width: 200px;
    float: left;
}
div.content
{
    float: left;
    width: 480px;
    padding-right: 20px;
}





/* Menu formatting */
#menu
{
	width: 1024px;
	height: 24px;
	background: #251F20;
	float: left;
	padding-bottom: 10px;
	padding-left:0px;
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0px;
	float: left;
	height:24px;
}

#menu a
{
	text-decoration: none;
	display: block;
	margin: 0;
	padding-left: 0px;
	color: black;
	font-size: 11px;
	font-family: Arial Narrow; sans-serif;
	background-color: #F7DD90;

}

#menu a#header
{
	display: block;
	margin: 0;
	padding: 0px;
	color: #000000;
	background-color: white;
	text-decoration: none;
}

#menu a:hover
{
	color:black;
	font-weight: 300;
	background-color: #FFCC33;
}

#menu a.leftSpacer
{
	background-image:url("images/menu/left_spacer.jpg");
	background-repeat:no-repeat;
	height:24px;
	width:448px;
}

#menu a.league
{
	background-image:url("images/menu/league.jpg");
	background-repeat:no-repeat;
	height:24px;
	width:53px;
}

#menu a.league:hover
{
	background-image:url("images/menu/league_over.jpg");
	background-repeat:no-repeat;
	height:24px;
	width:53px;
}

#menu a.rule1
{
	background-image:url("images/menu/rule1.jpg");
	background-repeat:no-repeat;
	height:24px;
	width:25px;
}

#menu a.standings
{
	background-image:url("images/menu/standings.jpg");
	background-repeat:no-repeat;
	height:24px;
	width:68px;
}

#menu a.standings:hover
{
	background-image:url("images/menu/standings_over.jpg");
	background-repeat:no-repeat;
	height:24px;
	width:68px;
}

#menu a.rule2
{
	background-image:url("images/menu/rule2.jpg");
	background-repeat:no-repeat;
	height:24px;
	width:23px;
}

#menu a.schedule
{
	background-image:url("images/menu/schedule.jpg");
	background-repeat:no-repeat;
	height:24px;
	width:64px;
}

#menu a.schedule:hover
{
	background-image:url("images/menu/schedule_over.jpg");
	background-repeat:no-repeat;
	height:24px;
	width:64px;
}

#menu a.rule3
{
	background-image:url("images/menu/rule3.jpg");
	background-repeat:no-repeat;
	height:24px;
	width:23px;
}

#menu a.statistics
{
	background-image:url("images/menu/statistics.jpg");
	background-repeat:no-repeat;
	height:24px;
	width:63px;
}

#menu a.statistics:hover
{
	background-image:url("images/menu/statistics_over.jpg");
	background-repeat:no-repeat;
	height:24px;
	width:63px;
}

#menu a.rule4
{
	background-image:url("images/menu/rule4.jpg");
	background-repeat:no-repeat;
	height:24px;
	width:23px;
}

#menu a.rosters
{
	background-image:url("images/menu/rosters.jpg");
	background-repeat:no-repeat;
	height:24px;
	width:53px;
}

#menu a.rosters:hover
{
	background-image:url("images/menu/rosters_over.jpg");
	background-repeat:no-repeat;
	height:24px;
	width:53px;
}

#menu a.rule5
{
	background-image:url("images/menu/rule5.jpg");
	background-repeat:no-repeat;
	height:24px;
	width:22px;
}

#menu a.tournaments
{
	background-image:url("images/menu/tournaments.jpg");
	background-repeat:no-repeat;
	height:24px;
	width:95px;
}

#menu a.tournaments:hover
{
	background-image:url("images/menu/tournaments_over.jpg");
	background-repeat:no-repeat;
	height:24px;
	width:95px;
}

#menu a.right_spacer
{
	background-image:url("images/menu/right_spacer.jpg");
	background-repeat:no-repeat;
	height:24px;
	width:64px;
}

#menu li
{
	position: relative;
}

#menu ul ul
{
	position: absolute;
	width:130px;
	line-height:25px;
	text-align:left;
	z-index:500;
	height:auto;
	top:24px;
	left:5px;
	text-indent:5px
}

#menu ul ul ul
{
	position: absolute;
	width:200px;
	line-height:25px;
	text-align:left;
	z-index:500;
	height:auto;
	top:0px;
	left:129px;
	text-indent:5px
}

#menu ul ul ul.left
{
	position: absolute;
	width:200px;
	line-height:25px;
	text-align:left;
	z-index:500;
	height:auto;
	top:0px;
	left:-200px;
	text-indent:5px
}

div#menu ul ul , div#menu ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul
{
	display: block;
}
