a:link { color: #7d7d7d; }
a:visited { color: #9d9d9d; }

/* Block for title image */
.title {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 1015px;
  height: 200px;
  font-family: "times new roman", serif;
  font-size: 8pt;
  background-color: #8d8d8d;
  color: #fdfdfd;
}

/* Container for menu */
.menu {
  position: absolute;
  top: 245px;
  left: 25px;
  width: 135px;
  height: 700px;
  font-family: "times new roman", serif;
  font-size: 14pt;
  background-color: #8d8d8d;
  color: #fdfdfd;
}

/* Container for the home menu item */
.home {
  position: absolute;
  top: 255px;
  left: 15px;
  width: 140px;
  height: 50px;
  font-family: "times new roman", serif;
  font-size: 14pt;
}

/* Container for the gallery menu item */
.gallery {
  position: absolute;
  top: 305px;
  left: 15px;
  width: 140px;
  height: 50px;
  font-family: "times new roman", serif;
  font-size: 14pt;
}

/* Container for the gallery menu item */
.tips {
  position: absolute;
  top: 355px;
  left: 15px;
  width: 140px;
  height: 50px;
  font-family: "times new roman", serif;
  font-size: 14pt;
}

/* Container for 4th menu item */
.sessions {
  position: absolute;
  top: 405px;
  left: 15px;
  width: 140px;
  height: 50px;
  font-family: "times new roman", serif;
  font-size: 14pt;
}

/* Container for the contact us menu item */
.contact_us {
  position: absolute;
  top: 455px;
  left: 15px;
  width: 140px;
  height: 50px;
  font-family: "times new roman", serif;
  font-size: 14pt;
}

/* Container for the about us menu item */
.about_us {
  position: absolute;
  top: 505px;
  left: 15px;
  width: 140px;
  height: 50px;
  font-family: "times new roman", serif;
  font-size: 14pt;
}

/* Central container for page body */
.body {
  position: absolute;
  top: 250px;
  left: 190px;
  width: 845px;
  font-family: "times new roman", serif;
  font-size: 14pt;
  background-color: #0d0d0d;
  color: #cdcdcd;
}
/* Container for the ad space on the right of of the page */
.ad {
  position: absolute;
  top: 310px;
  left: 1065px;
  width: 165px;
  font-family: "times new roman", serif;
  font-size: 14pt;
  background-color: #0d0d0d;
  color: #cdcdcd;
}

p.caption {
  font-size: 85%;
  color: #cdcdcd;
}

p.top {
  font-size: 75%;
  color: #cdcdcd;
}
