@charset "UTF-8";
/* CSS Document */

body {
  background-color: #ccc;
  background-image: url(background.png);
  background-repeat: repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

a {
  text-decoration: none;
  color: #663657;
}

a:hover {
  text-decoration: underline;
  color: #3b6636;
}

img {
  border: none;
}

#wrapper {
  position: absolute;
  top: 0px;
  left: 100px;
  width: 800px;
  z-index: 0px;
}
#title_image {
  width: 800px;
  text-align: right;
}

#navigation_bar {
  width: 100%;
  border: 1px solid #000;
  padding: 5px;
  padding-left: 20px;
  background-color: #999;
  font-weight: bold;
  text-transform: lowercase;
}

#main_body {
  text-align: center;
}

#main_frame {
  border-top: none;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 825px;
  height: 500px;
}

#image_1 {
  position: absolute;
  z-index: 1;
  top: 125px;
  left: 10px;
  border: 2px solid #000;
  width: 150px;
}

#image_2 {
  position: absolute;
  z-index: 1;
  top: 275px;
  left: 10px;
  border: 2px solid #000;
  width: 150px;
}

#image_3 {
  position: absolute;
  z-index: 1;
  top: 425px;
  left: 10px;
  border: 2px solid #000;
  width: 150px;
}

#footer {;
  padding-top: 10px;
  font-size: 10px;
  font-weight: bold;
}

