body {
  background-color: #ea963f;
  color: #404651;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/*footer*/
#footer {
  text-align:center;
  font-size: 10px;
  line-height: 13px;
  clear:both;
}

a {
  color:#383C3F;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

a:hover img {
  text-decoration:none;
}


a img {
  border:0;
}

.headers {
  font-size:14px;
  font-weight:bold;
}

.titles {
  font-size: 12px;
  line-height: 18px;
  text-align:left;
  font-weight: bold;
}

.text {
  font-size: 11px;
  line-height: 14px;
  text-align:left;
}

.text a {
  font-weight:normal;
}


.dbicon {
  margin:0 5px;
}


/*navigation*/
#nav #tagline {
  background: url(../images/tagline.gif) 0 0 no-repeat;
  width:205px;
  height:20px;
}

#nav ul {
  list-style-type:none;
}
#nav ul li {
  float:left;
  margin:0;
  padding:0;
}

#nav ul li a {
  text-decoration:none;
  border:1px solid red;
}
/*home nav*/
#nav ul li.nav-home {
  background: url(../images/nav/home-button.gif) 0 0 no-repeat;

}

#nav ul li:hover.nav-home {
  background: url(../images/nav/home-rollover.gif) center 0  no-repeat;
}

/*about nav*/
#nav ul li.nav-about  {
  background: url(../images/nav/about-button.gif) center 0 no-repeat;
  cursor:pointer;
}

#nav ul li:hover.nav-about {
  background: url(../images/nav/about-rollover.gif) center 0  no-repeat;
}

/*gallery nav*/
#nav ul li.nav-gallery {
  background: url(../images/nav/gallery-button.gif) center 0  no-repeat;
  cursor:pointer;

}

#nav ul li:hover.nav-gallery {
  background: url(../images/nav/gallery-rollover.gif) center 0  no-repeat;
}

/*press nav*/
#nav ul li.nav-press {
  background: url(../images/nav/press-button.gif) center 0  no-repeat;
  cursor:pointer;
}

#nav ul li:hover.nav-press {
  background: url(../images/nav/press-rollover.gif) center 0  no-repeat;
}

/*events nav*/
#nav ul li.nav-events {
  background: url(../images/nav/events-button.gif) center 0  no-repeat;
  cursor:pointer;
}

#nav ul li:hover.nav-events {
  background: url(../images/nav/events-rollover.gif) center 0  no-repeat;
}

/*contact nav*/
#nav ul li.nav-contact {
  background: url(../images/nav/contact-button.gif) center 0  no-repeat;
  cursor:pointer;
}

#nav ul li:hover.nav-contact {
  background: url(../images/nav/contact-rollover.gif) center 0  no-repeat;
}


/*buy events*/
#nav-buy-events a {
  background: url(../images/nav/buytickets-button.gif) center 0  no-repeat;
  cursor:pointer;
  padding:10px 0;
  text-decoration:none;
}

#nav-buy-events a:hover {
  background: url(../images/nav/buytickets-rollover.gif) center 0  no-repeat;
}


/*guestbook*/
#nav-guestbook a {
  background: url(../images/nav/guestbook-button.gif) center 0  no-repeat;
  cursor:pointer;
  padding:10px 0;
  text-decoration:none;
}

#nav-guestbook a:hover {
  background: url(../images/nav/guestbook-rollover.gif) center 0  no-repeat;
}

/*submit*/
#nav-submit a {
  background: url(../images/nav/submit-button.gif) center 0  no-repeat;
  cursor:pointer;
  padding:10px 0;
  *padding:0px 0;
  text-decoration:none;
}

#nav-submit a:hover {
  background: url(../images/nav/submit-rollover.gif) center 0  no-repeat;
}

#nav-submit img {
  border:0;
}


/*videos*/
#nav-video a {
  background: url(../images/nav/videos-button.gif) center 0  no-repeat;
  cursor:pointer;
  padding:10px 0;
  *padding:0px 0;
  text-decoration:none;
  float:left;
}

#nav-video a:hover {
  background: url(../images/nav/videos-rollover.gif) center 0  no-repeat;
}

