@charset "utf-8";
/* CSS Document */



body {
font: normal 62.5% sans-serif;
text-align:left;
background-color: #000;
background-image: url(images/back.jpg);
background-position: top left;
background-repeat: repeat-x repeat-y;
}



h1 { color: #000; font-size: 14px; line-height: 1.4em; text-align: left; }

h2 { color: #000; font-size: 12px; line-height: 1.4em; text-align: left; }

h3 { color: #000; font-size: 10px; line-height: 1.4m; text-align: left; }

a { color: #000; font-size: 12px; line-height: 1.4m; text-align: left; font-weight: bold; }

a:hover { text-decoration: underline; }

br { line-height: 1em; }


/* CSS FOR MAIN CONTAINER */

#container { width: 980px; height: 1100px; background-color: #000; }


/* CSS FOR HEADER */

#header { width: 960px; height: 269px; position: relative; background-image: url(images/header.png); background-position: top; background-repeat: no-repeat; }


/* CSS FOR NAVIGATION */

#navcontainer { width: 960px; height: 47px; position: relative; clear: both; }

#navmenu { display: inline; margin: 0; padding: 0; position: relative; }

#navmenu li { float: left; display: inline; }

/*---------------HOME---------------*/

a.navHome, a.navHome_a { display: block; float: left; width: 79px; height: 47px; background: url("images/home.png"); background-repeat: no-repeat; }

a.navHome:hover { background: url("images/home.png") 0 -47px; }

a.navHome_a { background: url("images/home.png") 0 -47px; }

/*---------------ABOUT---------------*/

a.navAbout, a.navAbout_a { display: block; float: left; width: 87px; height: 47px; background: url("images/about.png"); background-repeat: no-repeat; }

a.navAbout:hover { background: url("images/about.png") 0 -47px; }

a.navAbout_a { background: url("images/about.png") 0 -47px; }

/*---------------FIXTURES---------------*/

a.navFix, a.navFix_a { display: block; float: left; width: 200px; height: 47px; background: url("images/fixtures.png"); background-repeat: no-repeat; }

a.navFix:hover { background: url("images/fixtures.png") 0 -47px; }

a.navFix_a { background: url("images/fixtures.png") 0 -47px; }

/*---------------LADIES---------------*/

a.navTeams, a.navTeams_a { display: block; float: left; width: 90px; height: 47px; background: url("images/teams.png"); background-repeat: no-repeat; }

a.navTeams:hover { background: url("images/teams.png") 0 -47px; }

a.navTeams_a { background: url("images/teams.png") 0 -47px; }

/*---------------PHOTOS---------------*/

a.navPhoto, a.navPhoto_a { display: block; float: left; width: 101px; height: 47px; background: url("images/photos.png"); background-repeat: no-repeat; }

a.navPhoto:hover { background: url("images/photos.png") 0 -47px; }

a.navPhoto_a { background: url("images/photos.png") 0 -47px; }

/*---------------HALL OF FAME---------------*/

a.navFame, a.navFame_a { display: block; float: left; width: 158px; height: 47px; background: url("images/fame.png"); background-repeat: no-repeat; }

a.navFame:hover { background: url("images/fame.png") 0 -47px; }

a.navFame_a { background: url("images/fame.png") 0 -47px; }

/*---------------COMMITTEE---------------*/

a.navCom, a.navCom_a { display: block; float: left; width: 135px; height: 47px; background: url("images/committee.png"); background-repeat: no-repeat; }

a.navCom:hover { background: url("images/committee.png") 0 -47px; }

a.navCom_a { background: url("images/committee.png") 0 -47px; }

/*---------------CONTACT---------------*/

a.navContact, a.navContact_a { display: block; float: left; width: 110px; height: 47px; background: url("images/contact.png"); background-repeat: no-repeat; }

a.navContact:hover { background: url("images/contact.png") 0 -47px; }

a.navContact_a { background: url("images/contact.png") 0 -47px; }


/* CSS FOR SIDE LINKS */

#linkmenu { display: inline; margin: 0; padding: 0; position: relative; }

#linkmenu li { float: left; display: inline; }

/*---------------SHOP---------------*/

a.navShop { display: block; float: left; width: 245px; height: 200px; background: url("images/shop.png"); background-repeat: no-repeat; }

a.navShop:hover { background: url("images/shop.png") 0 -200px; }

/*---------------JOIN---------------*/

a.navJoin { display: block; float: left; width: 245px; height: 201px; background: url("images/signup.png"); background-repeat: no-repeat; }

a.navJoin:hover { background: url("images/signup.png") 0 -201px; }

/*---------------SPONSORS---------------*/

a.navSpon { display: block; float: left; width: 245px; height: 202px; background: url("images/sponsors.png"); background-repeat: no-repeat; }

a.navSpon:hover { background: url("images/sponsors.png") 0 -202px; }


/* CSS FOR FOOTER */

#footer { width: 960px; height: 181px; position: relative; clear: both; background-image: url(images/footer.png); background-position: top; background-repeat: no-repeat; }

#footer h2 { color: #fff; position: relative; float: left; margin-top: 55px; margin-left: 13px; width: 720px; }

	* html #footer h2 { margin-left: 6.5px; }

#footer a { color: #fff; }

#footer span { color: #000; }