html {
  height:100%;
}

body { 
  height: 95%;
  width:800px;
  font-family: verdana, helvetica, sans-serif;
  font-size: 12px;
  color: #555753;
}

p { 
}

address {
  font: 50% italic;
  color: #000000;
  border-top:solid thin black;
}

h1 { 
  margin-bottom: 1em; 
  font-weight: normal;
  font-size: 18px;
  color: #7D775C;
}
h2 { 
  margin-bottom: 0px; 
  font-weight: normal;
  font-size: 16px;
  color: #7D775C;
}
h3 { 
  margin-bottom: 0px; 
  font-weight: normal;
  font-size: 14px;
  color: #7D775C;
}

a:link { 
  text-decoration: none; 
  color: #555753;
}
a:visited { 
  text-decoration: none; 
  color: #555753;
}
a:hover, a:active { 
  text-decoration: underline; 
  color: #9685BA;
}

.header {
  width:600px;
  float: left;
  padding: 8px;
}

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

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

.content {
  width:600px;
  float:left;
  padding: 8px;
  border-top: thin solid 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;
}
