﻿html{height:100%;}
body
{
    margin:0;
    padding:0;
    text-align:center;
    background:url(../images/sky.jpg);
    font: 76%/1.8 "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    height:100%;
    /*background:#ffe352;*/
}
h1
{
    font-size:1.5em;
    color:#696969; /*dimgray*/
    background-color:Transparent;
}
#wrapper
{
    margin:0 auto;
    width:750px;
    height:auto;
    padding: 0;
    color:#000;
    background:#fff;
    /*background:#fff url(images/background_2.gif) no-repeat center 150px fixed;*/
}
#primaryContent
{
    margin:0px;
    padding:20px;
    border-top:1px solid #fff;
    text-align:left;
    float:left;
}
.fineprint
{
    font-size:80%;
    color:#808080; /*gray*/
    background:Transparent;
}
    /* mainNav
=======================*/

ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 750px;
  color:#000;
  background: #a1a9eb url(../images/mainNavBg.gif) repeat-x;
  list-style: none;
  text-transform: uppercase;
}

ul li {
  float: left;
}


ul a {
  padding: 0 2em;
  line-height: 2.1em;
  background: url(../images/mainNavBorder.gif) repeat-y left top;
  color:#fff;
  text-decoration: none;
  float: left;
  display: block;
}


ul a:hover {
  color: #ffe352;
}


ul .first a 
{
  color:#fff;
  background: none;
}


body.home ul a#home, body.home ul a:hover#home, 
    body.events ul a#events, body.events ul a:hover#events,
    body.location ul a#location, body.location ul a:hover#location,
    body.contact ul a#contact, body.contact ul a:hover#contact
    {
    color:#ffe352;
    text-decoration:underline;
}
