a {
  color: navy;
}

a:hover {
  color: navy;
}

a:visited {
  color: navy;
}

body {
  background: #630;
  margin-bottom: 50px;
}

h1 a {
  text-decoration: none;
  color: black;
}

h1 a:hover {
  text-decoration: none;
  color: black;
}

h1 a:visited {
  text-decoration: none;
  color: black;
}

#upper {
  background: #fff url('/images/background/upper.gif');
  background-repeat: repeat-x;
  margin: 5%;
}

#upper_left {
  background: url('/images/background/upper_left.gif') ;
  background-repeat: no-repeat;
  background-position: top left;
}

#upper_right {
  background: url('/images/background/upper_right.gif') ;
  background-repeat: no-repeat;
  background-position: top right;
}

#right {
  background: url('/images/background/right.gif');
  background-repeat: repeat-y;
  background-position: right;
}

#left {
  background: url('/images/background/left.gif');
  background-repeat: repeat-y;
  background-position: left;
}

#lower_left {
  background: url('/images/background/lower_left.gif') ;
  background-repeat: no-repeat;
  background-position: bottom left;
}

#lower {
  background: url('/images/background/lower.gif');
  background-repeat: repeat-x;
  background-position: bottom;
}

#lower_right {
  background: url('/images/background/lower_right.gif');
  background-repeat: no-repeat;
  background-position: bottom right;
}

#dropin {
  position: absolute;
  background: #630 url('/images/background/di_upper.gif');
  background-repeat: repeat-x;
  top: 220px;
  left: 60%;
  width: 28%;
  height: 300px;
}

#di_upper_left {
  background: url('/images/background/di_upper_left.gif') ;
  background-repeat: no-repeat;
  background-position: top left;
}

#di_upper_right {
  background: url('/images/background/di_upper_right.gif') ;
  background-repeat: no-repeat;
  background-position: top right;
}

#di_right {
  background: url('/images/background/di_right.gif');
  background-repeat: repeat-y;
  background-position: right;
}

#di_left {
  background: url('/images/background/di_left.gif');
  background-repeat: repeat-y;
  background-position: left;
  height: 300px
}

#di_lower_left {
  background: url('/images/background/di_lower_left.gif') ;
  background-repeat: no-repeat;
  background-position: bottom left;
}

#di_lower {
  background: url('/images/background/di_lower.gif');
  background-repeat: repeat-x;
  background-position: bottom;
}

#di_lower_right {
  background: url('/images/background/di_lower_right.gif');
  background-repeat: no-repeat;
  background-position: bottom right;
}

#top_content {
  padding-top: 30px;
  text-align: center;
  font-variant: small-caps;
}

#mid_content {
  padding-left: 50px;
  width: 42%;
}

#low_content {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

#dropin_content {
  color: white;
  padding: 30px;
  overflow: hidden;
  word-wrap: normal;
}

#mid_list {
  position: absolute;
  text-align: right;
  top: 220px;
  right: 41%;
}

#mid_list ul {
  list-style-type: none;
  line-height: 2.5em;
  padding-top: 20px;
}

