html, body {
  background:#000000 url(bar.gif) top left repeat-x;
  color:#ffffff;
}

#header {
  background:url(header.jpg) top left no-repeat;
}

#links li a {
  color:#bcd3ff;
}

#links li ul li {
  color:#e8a941;
}

#links li ul li a {
  color:#ffffff;
}

h2 {
  color:#bcd3ff;
}

h3 {
  color:#bcd3ff;
}

a {
  color:#e8a941;
}

img {
  border:1px solid #ffffff;
}

.thumbnails li a img {
  border:1px solid #e8a941;
}

.pictures {
  color:#bcd3ff;
}

.inlineimgright {
  color:#bcd3ff;
}

.inlineimgleft {
  color:#bcd3ff;
}

table tr th {
  border-bottom:1px solid #e8a941;
}

table .total td {
  border-top:1px solid #e8a941;
  color:#bcd3ff;
}

/********** Intro Page **********/

#intro {
  position:absolute;
  border:1px solid #bcd3ff;
  width:42em;
  height:26em;
  left:50%;
  top:50%;
  margin:-12.5em 0 0 -20em;
  float:left;
}

#logo {
  width:25.5em;
  text-align:center;
  padding-top:1em;
  line-height:0;
  float:left;
}

#logo img {
  padding:0;
  margin:0;
  border:none;
}

#introtext {
  padding:0.5em 0.5em 0.5em 0;
  width:15.5em;
  float:left;
}