.navi {
  width: 10%;
  top: 0px;
  left: 0px;
  position: relative;
  font-weight: bold;
  float: left;
  text-align: right;
}

.navtitle {
  z-index: 20;
}

.navilinks {
  position: relative;
  font-weight: normal;
  border: 1px solid black;
  color: black;
  background-color: #dedede;
}

ul.navlinks { 
  padding: 0px;
  margin: 3px;
  text-align: right;
  list-style-type: none;
}

#chatterbox {
  border: 1px dashed #ccc;
  position: relative;
  text-align: left;
}

#content {
  width: 80%;
  float: left;
  top: 0px;
  left: 10px;
  margin: 10px;
}

#pageheader {
  top: 5px;
  left: 50px;
}


#footer {
    padding-top: 5px;
    text-align: center;
    margin: auto;
    padding: auto;
    clear: both; 
}

.copyright {
  text-align: right;
  color: #cccccc;
}

.banner {
  margin: 0px;
  border: 0px;
}

.buttonbar {
  position: relative;
  background-color: #eeeeee;
  text-align: center;
}

img .banner, a .banner {
  border: 0px;
}

slashbody {
  float: left;
}
