BODY {
  margin: 0;
  padding: 0;
}

.left_shaddow {
  background: url(/images/left_shaddow.jpg) repeat-y right;
}
.right_shaddow {
  background: url(/images/right_shaddow.jpg) repeat-y left;
}

.cont_table {
  margin: 0 0 10px 0;
}

.bot_menu {
  margin: 0 10px;
  font: 13px arial;
  color: black;
}
.bot_menu A {
  font: 13px arial;
  color: black;
  text-decoration: underline;
}
.bot_menu A:hover {
  text-decoration: none;
}

.main_content {
  padding: 0px;
  font: 13px arial;
  color: black;
}
.main_content H1 {
  margin: 0 0 10px 0;
  padding: 0px;
  font: 18px arial;
  color: black;
}
.main_content A {
  font: 13px arial;
  color: black;
  text-decoration: underline;
}
.main_content A:hover {
  text-decoration: none;
}


.spec A {
  font: 13px arial;
  color: black;
}
.spec A:hover {
  text-decoration: none;
}
.spec IMG {
  border: solid 1px black;
}



.online_tour {
  margin: 10px 0;
  font-weight: bold;
  text-align: center;
}
.online_tour A {
  font: 23px arial;
  color: white;
}
