* { margin: 0px; padding: 0px; }
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #a9acad;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
  color: #a9acad;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
a img { border: none; }
#wrap {
  width: 829px;
  margin: 0 auto;
}
#topmenu, #midpics, #bottom, #footer { margin: 5px 0px; }
#footer { padding-bottom: 1em; }
ul#topmenu {
  border: solid 1px #e9899e;
  background: #d63d60 url('/images/splash/topbg.gif') left center repeat-x;
  height: 37px;
  list-style-type: none;
}
#topmenu li {
  display: block;
  float: left;
  width: 121px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 37px;
}
#topmenu li a {
  display: block;
  padding: 11px 0px;
  background: transparent url('/images/splash/toplink.gif') right center no-repeat;
  color: #9da8a9;
  font-size: 16px;
  text-align: center;
  line-height: 1em;
  font-weight: normal;
}
#topmenu li.sitelink { width: 151px; }
#topmenu li.sitelink a { color: #f5ad3f; }
#topmenu li.last { width: 190px; }
#topmenu li a:hover { color: #fff; }
#midpics {
  clear: both;
  height: 357px;
  position: relative;
  /*background: #fff url('/images/splash/midpics.jpg') center center no-repeat;*/
}
#midpics img.fade {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 8;
}
#midpics img.fade.last-active {
  z-index: 9;
}
#midpics img.fade.active {
  z-index: 10;
}
#midpics a {
  display: block;
  width: 159px;
  height: 96px;
  position: absolute;
  top: 194px;
  left: 461px;
  z-index: 100;
}
#midpics a span { display: none; }
#bottom {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  background-color: #401280;
  color: #fff;
  position: relative;
  padding: 35px 45px;
}
#bottom p {
  margin-bottom: 1.25em;
  line-height: 1.5em;
}
#bottom p.color {
  color: #e1415e;
  font-size: 26px;
  margin-bottom: 0.75em;
}
#bottom a {
  color: #f9ab3d;
  font-size: 20px;
  font-weight: bold;
}
#bottom a#logo {
  position: absolute;
  top: 276px;
  left: 527px;
}
a#orangegrad {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: url('/images/splash/orangegrad.gif') left top repeat-x;
  display: block;
  height: 31px;
  line-height: 31px;
  text-align: right;
  border: solid 1px #e28d36;
  padding-right: 35px;
}
a#orangegrad:hover {
  text-decoration: none;
}
#footer {
  text-align: right;
  font-size: 12px;
}

/** page 2 **/

#main {
  background: transparent url('/images/splash/facesvertical.jpg') left top repeat-y;
  padding-left: 66px;
}

#main #inner {
  background: #e7e7e9 url('/images/splash/page2bg.gif') left top repeat-x;
  color: #302c2e;
  position: relative;
  padding: 14px 36px 90px 22px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
#inner p {
  padding-left: 25px;
  margin: 1em;
}
#inner ul {
  padding-left: 80px;
  color: #d8375b;
  font-weight: bold;
}
#inner ul li {
  margin-bottom: 0.5em;
}
#inner ul span {
  color: #38077c;
}
#inner a#donate {
  float: right;
}
#inner p.color {
  color: #d73458;
  font-size: 21px;
}
#inner a#logo {
  position: absolute;
  bottom: 24px;
  right: 36px;
}
