body {
  background-color: #000000;
  color: #ffffff;
  margin: 0px;
  font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
}

td.dash_top {
  border-top: 1px dashed #ffffff;
}

td.dash_bot {
  border-bottom: 1px dashed #ffffff;
}

p {
  font-size: .8em;
}

p.quote {
  font-size: .8em;
  font-style: italic;
}

h1 {
  color: #ef97b0;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: underline;
}

h2 {
  color: #ef97b0;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 1em;
}

h3 {
  color: #ef97b0;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: .8em;
}

h6 {
  font-size: .75em;
  font-style: italic;
  font-weight: none;
  padding: 0px;
  margin: 0px;
}


a:link, a:visited {
  color: #ffffff;
}

input {
  font-family : Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  border: 1px solid #ffffff;
  padding: 1px 1px 1px 2px;
  margin: 1px 1px 1px 2px;
}

textarea {
  font-family : Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  width: 395px;
  height: 80px;
  border: 1px solid #663366;
}


ul#menu {
  position: absolute;
  bottom: 0;
  list-style:none;
  margin:0;
  padding:0;
  width: 911px;
  height: 40px;
  background: url("images/banner-bottom.png");
}

#menu li {
  float:left;
  width:75px;
  height: 25px;
  bottom: 0
  margin:0;
  padding:0;
  text-align:center;
}

#menu li a {
  display:block;
  padding:10px 0 0 0;
  height:100%;
  color:#FFF;
  text-decoration: none;
  font-size: 14px;
}

#menu li a {
  background:url(bg.png) repeat 0 0;
}

#menu li a:hover, li a:focus, li a:active {
  background-position:-150px 0;
}

img.banner {
  position: absolute;
  top: 0;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
}

div.center {
  position: relative;
  width: 911px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

