body {
  background: white;
  color: black;
  font-family: Gill Sans, Calibri, Helvetica;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  border-bottom: 2px solid;
}

div#spacer {
  font-size: 20px;
  margin-left: 13%;
  margin-top: 15%;
  min-width: 800px;
  width: 74%;
}

div#content_border {
  border: 8px solid black;
  float: left;
  margin-bottom: 15%;
  min-height: 350px;
  width: 100%;
}

div#top_menu {
  margin-left: 50%;
  text-align: right;
  width: 50%;
}

div#top_menu_wrapper {
  width: 100%;
}

div#top_menu ul {
  list-style-type: none;
  white-space: nowrap;
}

div#top_menu ul li {
  display: inline;
  margin: 0 0em 0 1em;
}

div#content_box {
  float: left;
  margin: 5%;
  width: 90%;
}

div#content_wrapper {
  float: left;
  width: 100%;
}

div#logo {
  float: left;
  margin-top: 5%;
  text-align: center;
  width: 50%;
}

div#content {
  float: left;
  font-size: 14px;
  text-align: right;
  width: 50%;
}

div#video {
  margin-right: 40px;
  padding: 5px;
}

li.selected {
  color: gray;
  border-bottom: 2px solid;
}

li.selected a {
  color: gray;
}
