.header {
  width:600px;
  float: left;
  border-bottom: thin dotted black;
  border-left: thin dotted black;
}

.youarehere {
  width:600px;
  float: left;
  border-bottom: thin dotted black;
  border-left: thin dotted black;
}

.footer {
  clear: both;
  border-top: thin dotted black;
}

.navibox {
  width:150px;
  height:90%;
  float:left;
  padding: 8px;
/*  background-color: rgb(225,225,225); */
/*  border-right: thin dotted black; */
}

.content {
  width:600px;
  float:left;
  padding: 8px;
  border-left: thin dotted black;
}

.bcontent {
  padding:8px;
  margin:8px;
  border:medium solid #555753;
  background-color: rgb(225,225,225);
}

.newsbox {
  width: 80px;
  border: thin solid black;
  padding-left: 1px;
  padding-right: 1px;
  font-size: small;
}

.thumb {
  vertical-align: middle;
  float: left;
  margin-right: 20px;
  border: 0px;
}
