#wikiheader {
  width: 100%;
  border-collapse: collapse;
}

#headerlogo{
  vertical-align:top;
  width: 0%;
}

#wikiheader .logotext{
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #660000;
}

#wikiheader .logotext a{
  text-decoration:none;
  color: #660000;
  font-weight: bold;
}

#wikiheader .logotext a:hover{
  text-decoration:underline;
}

#wikiheader .headertop{
 padding-left: 10px;
 border-bottom:2px solid #cccccc;
 vertical-align: bottom;
}

#wikiheader .headerbottom{
  padding-left:10px;
  vertical-align: top;
}

