.header {
  background-color: #369;
  height: 75px;
  border: 1px solid #000;
}

.topnav {
  background-color: #036;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.leftnav {
  width: 200px;
  height: 450px;
  background-color: #ccc;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  float: left;
}

.body {
  height: 450px;
  background-color: #fff;
  border-right: 1px solid #000;
}

.buttons {
  margin: 0 0 0 -20px;
  padding: 7px 20px;
  text-transform: uppercase;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 0.7em;
  white-space: nowrap;
}

.buttons a {
  padding: 7px 20px;
  border-right: 1px solid #000;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.buttons a:hover {
  border-right: 1px solid #000;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #333;
}

.buttons strong {
  padding: 7px 20px;
  border-right: 1px solid #000;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
