#header_options {
font-weight: bold;
text-align: center;
font-size:0.7em;
}

#header_options ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#header_options li
{
border-right:1px solid #ACADAF;
margin-right:0.5em;
padding-right:1em;
}

#header_options li.last
{
border-right:0 none;
margin-right:0;
padding-right:0;
}

#header_options *
{
  display: inline;
}
.menu
{
  width: 100%;
  text-align: center;
}

.menu ul {
  margin: 0;
  list-style-type: none;
}
    .menu li {
      margin: 0;
      padding: 0;
      float: left;
      width: 7em;
      margin-right: 1em;
      text-align: center;
    }

    .menu a {
      display: block;
      width: 100%;
      text-decoration: none;
  color: #000;
  text-transform: uppercase;
        background-color: transparent;
    }
    .menu a:hover {
        font-weight: bold;
    }


.menu li.on a
{
  color: #5c3c13;
        font-weight: bold;
}
.menu li.on a:hover
{
  background: none;
}


.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

body h1
{
  font-size:  28px;
}
#footer img
{
  border: none;
}
