#header{
  height: 10px;
  padding-bottom: 30px;
  width: 100%;
}

#topbar {
  left: 0px;
  top: 0px;
  width: 100%;
  /*right: 0px;*/
  background-color: #ebebeb;
  border-bottom: 3px solid red;
}

#hlogo {
  background:url(/static/img/calcoverflow.png) 0 0;
  background-repeat: no-repeat;
  height: 79px;
  width: 100px;
  margin-left: 20%;
  float: left;
}

#hlogo a {

  display: none;
}


#hmenus {
  width:705px;
  padding:14px 10% 0px 0px;
  margin-top: 20px;
  float:right;
}

#hname {
  font-size: 110%;
  color: black;
}

#hlinks {
  width: 100%;
  padding-left: 100px;
  padding-bottom: 4px;
}

#hlinks a {
  font-weight: bold;
  text-decoration: none; 
  color:teal;
  font-size: 100%;
}

#hlinks a:link {
  font-weight: bold;
  text-decoration: none; 
  color:teal;
  font-size: 100%;
}

#hlinks a:hover {
  font-weight: bold;
  text-decoration: underline; 
  font-size: 100%;
}

#thin-line {
  border: 0;
  width: 80%;
  color: #eee;
}

  

