body {
  background: none;
}

body, td, input, select {
  font: 13px/1.5 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, sans-serif;
}

a {
  color: #f97214;
}

#main a:after, #body a:after {
/*  content: " (" attr(href) ")";*/
}

h1 {
  margin: 2ex 0px 1ex;
  font-size: 250%;
  color: #8cc63f;
  text-shadow: #ccc 0 3px 6px;
}

h2 {
  margin: 2ex 0px 1ex;
  font-size: 150%;
  color: #8cc63f;
  text-shadow: #ccc 0 2px 4px;
}

h3 {
  margin: 2ex 0px 1ex;
  font-size: 100%;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

#header {
}

#navigation,
#sidebar,
#admin-controls {
  display: none;
}

#body {
  float: none;
  margin: 0px;
}

#body-inner {
  margin: 0px;
  width: 100%;
}

#body .box {
  background: none;
  border-bottom: 1px solid #666;
  padding-bottom: 4em;
}

#body .box h1.top,
#body .box h2.top {
  background: none;
}

#body .splash {
  height: auto;
  background: none;
  position: static;
  border-bottom: 1px solid #666;
}

#body .splash h1,
#body .splash p {
  display: block;
  position: static;
  width: auto;
}

#footer {
  background: none;
  padding-top: 8px;
  margin-top: 0px;
}

