* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background-color: #fceac1;
	font-family: Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	
	padding: 0;
	margin: 0;
	height: 100%;
}

h1 {
	font-family: Lithos Pro;
	font-weight: bold;
	font-size: 1.5em;
}

h2 {
	font-family: Lithos Pro;
	font-weight: bold;
	font-size: 1.2em;
}

#outerWrapper01 {
	background-image: url(../images/pillar-background.gif);
	background-position: top center;
	background-repeat: repeat-y;
	
	margin: 0 auto;
	padding: 0;
	width: 950px;
}

#outerWrapper02 {
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: 100%;
}

#topBox {
	height: 270px;
	width: 100%;
}

#contentBox {
	text-align: center;
}

#seperator {
	height: 50px;
	width: 100%;
}

#pillarMenu {
	width: 100%;
	height: 113px;
}

#linkList {
  background: url(../images/pillar-button-images-normal.gif);

  width: 950px; 
  height: 113px;
  margin: 0 auto; 
  padding: 0;
}

#linkList li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#linkList li, #linkList a {
  height: 113px; 
  display: block;
}

#linkDirections { width: 194px }
#linkHome { width: 187px }
#linkMenu { width: 187px }
#linkEntertainment { width: 187px }
#linkSponsors { width: 195px }

#linkDirections a:hover {background: transparent url(../images/pillar-button-images-highlight.gif) 0 0 no-repeat;}
#linkHome a:hover {background: transparent url(../images/pillar-button-images-highlight.gif) -194px 0 no-repeat;}
#linkMenu a:hover {background: transparent url(../images/pillar-button-images-highlight.gif) -381px 0 no-repeat;}
#linkEntertainment a:hover {background: transparent url(../images/pillar-button-images-highlight.gif) -568px 0 no-repeat;}
#linkSponsors a:hover {background: transparent url(../images/pillar-button-images-highlight.gif) -755px 0 no-repeat;}



body#directions #linkDirections a {background: transparent url(../images/pillar-button-images-highlight.gif) 0 0 no-repeat;}
body#home #linkHome a {background: transparent url(../images/pillar-button-images-highlight.gif) -194px 0 no-repeat;}
body#menu #linkMenu a {background: transparent url(../images/pillar-button-images-highlight.gif) -381px 0 no-repeat;}
body#entertainment #linkEntertainment a {background: transparent url(../images/pillar-button-images-highlight.gif) -568px 0 no-repeat;}
body#sponsors #linkSponsors a {background: transparent url(../images/pillar-button-images-highlight.gif) -755px 0 no-repeat;}



