@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	background-color:#000;
	background-position:top center;
	background-image:url(images/header.jpg);
	background-repeat:repeat-x;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#000;
	font-size:14px;
}

a:link {
	color:#330;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #330;
}
a:hover {
	text-decoration: underline;
	color: #C90;
}
a:active {
	text-decoration: none;
	color: #330;
}

.header {
	margin: 0 auto;
	height: 10px;
	width: 936px;
	background-position:center;
}

.nav1 {
	margin: 0 auto;
	margin-top: 93px;
	height: 31px;
	width:936px;
}

.nav2 {
	margin: 0 auto;
	height: 39px;
	width:940px;
	background-position:center;
}

.wrapper {
	width: 950px;
	padding-top:0px;
	margin: 0 auto;
}

.content_wrapper {
	margin: 0 auto;
	margin-top: 00px;
	background-color:#FFF;
	width:920px;
	background-image:url(images/content_bg_2.jpg);
	background-position:top;
	background-repeat:no-repeat;
}


.content_footer {
	margin: 0 auto;
	background-image:url(images/footer.jpg);
	width:940px;
	height:45px;
	background-repeat:no-repeat;
}

.content {
	width:880px;
	padding:25px;
}


.caption {
	font-size:10px;
	font-style:italic;
}

.H1 {
	font-size:14px;
	font-weight:bold;
}

.H2 {
	font-size:18px;
	font-weight:bold;
}

/* BUTTONS */

a.policies {
display:block;
float: left;
  width: 202px;
  height: 49px;
  background:url(images/nav/polices.png) no-repeat 0 0;
  text-indent: -10000px;  
}

a:hover.policies { 
  background-position: 0 -49px;
}
  
a.tailgate {
display:block;
float: left;
  width: 130px;
  height: 49px;
  background:url(images/nav/tailgate.png) no-repeat 0 0;
  text-indent: -10000px;  
}

a:hover.tailgate{ 
  background-position: 0 -49px;
}

a.traditions{
display:block;
float: left;
  width: 161px;
  height: 49px;
  background:url(images/nav/proud.png) no-repeat 0 0;
  text-indent: -10000px;  
}

a:hover.traditions { 
  background-position: 0 -49px;
}

a.local {
display:block;
float: left;
  width: 248px;
  height: 49px;
  background:url(images/nav/local.png) no-repeat 0 0;
  text-indent: -10000px;  
}

a:hover.local { 
  background-position: 0 -49px;
}

a.parking {
display:block;
float: left;
  width: 194px;
  height: 49px;
  background:url(images/nav/parking.png) no-repeat 0 0;
  text-indent: -10000px;  
}

a:hover.parking { 
  background-position: 0 -49px;
}

a.grub {
display:block;
float: right;
  width: 192px;
  height: 31px;
  background:url(images/nav/grub.png) no-repeat 0 0;
  text-indent: -10000px;  
}

a:hover.grub { 
  background-position: 0 -31px;
}

a.games {
display:block;
float: right;
  width: 219px;
  height: 31px;
  background:url(images/nav/games.png) no-repeat 0 0;
  text-indent: -10000px;  
}

a:hover.games { 
  background-position: 0 -31px;
}

a.schedule {
display:block;
float: right;
  width: 193px;
  height: 31px;
  background:url(images/nav/schedule.png) no-repeat 0 0;
  text-indent: -10000px;
}

a:hover.schedule { 
  background-position: 0 -31px;
}
