@charset "UTF-8";
/* CSS Document */

body {background-image:url(images/header_bg.jpg); background-repeat: no-repeat; background-position: center top;margin:0; font-family:Verdana, Geneva, sans-serif;}

#wrapper {width: 1000px; margin: 0 auto;}
#header {height: 136px;}
#nav {height: 34px;}
#content {font-size:12px; color:#333; margin: 5px;}

a:link {color: #000;}
a:visited {color: #000;}
a:hover {color: #FC0;}
a:active {color: #000;}

.h1 {font-size:18px; font-weight:bold; color:#000;}
.footer {font-size:10px; color:#999;}
.special {padding: 10px; background-color:#FFC; background-image:url(images/headers/bg.png);}
/* nav */

a#schedule {
  display:block;
  float: left;
  width: 166px;
  height: 44px;
  background:url(images/buttons/schedule.jpg) no-repeat 0 0;
  overflow: hidden;  
  text-indent: -10000px;  
  font-size: 0px;  
  line-height: 0px;
}

a:hover#schedule { 
  background-position: 0 -44px;
}

a#games {
  display:block;
  float: left;
  width: 202px;
  height: 44px;
  background:url(images/buttons/games.jpg) no-repeat 0 0;
  overflow: hidden;  
  text-indent: -10000px;  
  font-size: 0px;  
  line-height: 0px;
}

a:hover#games { 
  background-position: 0 -44px;
}

a#grub {
  display:block;
  float: left;
  width: 169px;
  height: 44px;
  background:url(images/buttons/grub.jpg) no-repeat 0 0;
  overflow: hidden;  
  text-indent: -10000px;  
  font-size: 0px;  
  line-height: 0px;
}

a:hover#grub{ 
  background-position: 0 -44px;
}

/* MAIN */


a#home {
  display:block;
  float: left;
  width: 75px;
  height: 34px;
  background:url(images/buttons/home.jpg)no-repeat 0 0;
  overflow: hidden;  
  text-indent: -10000px;  
  font-size: 0px;  
  line-height: 0px;
}

a:hover#home { 
  background-position: 0 -34px;
}

a#gameday{
  display:block;
  float: left;
  width: 183px;
  height: 34px;
  background:url(images/buttons/info.jpg) no-repeat 0 0;
  overflow: hidden;  
  text-indent: -10000px;  
  font-size: 0px;  
  line-height: 0px;
}

a:hover#gameday { 
  background-position: 0 -34px;
}

a#tailgate{
  display:block;
  float: left;
  width: 119px;
  height: 34px;
  background:url(images/buttons/tailgate.jpg) no-repeat 0 0;
  overflow: hidden;  
  text-indent: -10000px;  
  font-size: 0px;  
  line-height: 0px;
}

a:hover#tailgate { 
  background-position: 0 -34px;
}

a#traditions{
  display:block;
  float: left;
  width: 105px;
  height: 34px;
  background:url(images/buttons/traditions.jpg)no-repeat 0 0;
  overflow: hidden;  
  text-indent: -10000px;  
  font-size: 0px;  
  line-height: 0px;
}

a:hover#traditions { 
  background-position: 0 -34px;
}

a#local{
  display:block;
  float: left;
  width: 225px;
  height: 34px;
  background:url(images/buttons/local.jpg) no-repeat 0 0;
  overflow: hidden;  
  text-indent: -10000px;  
  font-size: 0px;  
  line-height: 0px;
}

a:hover#local { 
  background-position: 0 -34px;
}

a#parking{
  display:block;
  float: left;
  width: 177px;
  height: 34px;
  background:url(images/buttons/parking.jpg) no-repeat 0 0;
  overflow: hidden;  
  text-indent: -10000px;  
  font-size: 0px;  
  line-height: 0px;
}

a:hover#parking{ 
  background-position: 0 -34px;
}

a#az{
  display:block;
  float: left;
  width: 116px;
  height: 34px;
  background:url(images/buttons/az.jpg) no-repeat 0 0;
  overflow: hidden;  
  text-indent: -10000px;  
  font-size: 0px;  
  line-height: 0px;
}

a:hover#az{ 
  background-position: 0 -34px;
}


