.menu_table td {
  border-bottom: 1px solid #990000;
  font-family: Comic Sans MS;
  height: 22px;
  padding-left: 12px;
}
.menu_table {
  border-style: solid;
  border-color: #990000;
  border-width: 1px 1px 2px;
}
.table_text td {
  font-family: Comic Sans MS;
}
.border_top {
  height: 15px;
}
.border_bottom {
  border-left: 1px solid #990000;
  border-right: 1px solid #990000;
  border-bottom: 1px solid #990000;
}
hr {
  border:  none;
  color: #8D8D8D;
  background-color: #8D8D8D;
  height: 2px;
  width: 85%;
  text-align: left;
}
.header_image {
  background: transparent url(../images/header.jpg) no-repeat scroll 0% 50%;
  height: 175px;
}
body {
  font-family: Comic Sans MS;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #333333;
  text-decoration: none;
}
.left_link {
  font-family: Comic Sans MS;
  font-size: 12px;
  font-style: normal;
  line-height: 27.5px;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #5b3524;
  background-color: inherit;
  text-decoration: none;
}
.left_link:hover {
  color: #525f1a;
  text-decoration: none;
  background-color: inherit;
}
.sides {
  border-left: 1px solid #990000;
  border-right: 1px solid #990000;
}
.all_borders {
  border: 1px solid #990000;
}


