@charset "utf-8";

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

body {
  background: #450304; /* deep red */
  background-image: url(../x-images/bkg_splash.gif);
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
  text-align: center; /* center container in IE 5 */
}

#container {
  width: 940px;
  height: 398px;
  border: 0;
  text-align: center;
  background-image: url(../x-images/splash.jpg);
  background-repeat: no-repeat;
  margin-top: 55px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

#splashmenu {
  top: 280px;
  position: relative;
}

#splashmenu ul {
  list-style-type: none;
  margin-left: 80px;
}

#splashmenu ul li {
  display: block;
  float: left;
}

#li_welcome a {
  background-image: url(../x-images/btn_welcome.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  width: 173px;
  height: 34px;
}

#li_welcome a:hover {
  background-image: url(../x-images/btn_welcome.png);
  background-repeat: no-repeat;
  background-position: 0 -34px;
  display: block;
  width: 173px;
  height: 34px;
}

#li_upcoming-events a {
  background-image: url(../x-images/btn_upcoming-events.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  width: 173px;
  height: 34px;
}

#li_upcoming-events a:hover {
  background-image: url(../x-images/btn_upcoming-events.png);
  background-repeat: no-repeat;
  background-position: 0 -34px;
  display: block;
  width: 173px;
  height: 34px;
}

#li_who-we-are a {
  background-image: url(../x-images/btn_who-we-are.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  width: 173px;
  height: 34px;
}

#li_who-we-are a:hover {
  background-image: url(../x-images/btn_who-we-are.png);
  background-repeat: no-repeat;
  background-position: 0 -34px;
  display: block;
  width: 173px;
  height: 34px;
}

#li_contact-us a {
  background-image: url(../x-images/btn_contact-us.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  width: 173px;
  height: 34px;
}

#li_contact-us a:hover {
  background-image: url(../x-images/btn_contact-us.png);
  background-repeat: no-repeat;
  background-position: 0 -34px;
  display: block;
  width: 173px;
  height: 34px;
}
