body.main_page {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: #3F3F3F;
}

a.map_link {
  font-family: Georgia, Times, sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 150%;
  color: #802020;
}

div#center_phone {
  font-family: Georgia, Times, sans-serif;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-size: 200%;
}

a.menulink {
  font-family: Georgia, Times, sans-serif;
  font-size: 125%;
  text-align: right;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  color: black;
  line-height: 150%;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
}

a.menulinksel {
  font-family: Georgia, Times, sans-serif;
  font-size: 125%;
  text-align: right;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  color: black;
  line-height: 150%;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
}

a.menulinkmouse {
  font-family: Georgia, Times, sans-serif;
  font-size: 125%;
  text-align: right;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  color: blue;
  line-height: 150%;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
}

a.menulinkselmouse {
  font-family: Georgia, Times, sans-serif;
  font-size: 125%;
  text-align: right;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  border-color: blue;
  color: blue;
  line-height: 150%;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
}

div.split_contents {
  background-image: url('background.png');
  background-repeat: repeat-x;
  position: absolute;
  top: 165px;
  margin-left: 210px;
  right: 5px;
  left: 0px;
  min-width: 735px;
  min-height: 600px;
}

div.sub_menu {
  background-image: url('background.png');
  background-repeat: repeat-x;
  position: absolute;
  text-align: right;
  top: 165px;
  left: 5px;
  width: 200px;
  min-height: 600px;
}

img.cclogo {
    z-index: 2;
    position: absolute;
    width: 116px;
    height: 35px;
    bottom: 10px;
    left: 37px;
}

div.menu_heading {
  font-family: Georgia, Times, sans-serif;
  text-align: center;
  font-size: 150%;
}
