#upper_text {
  background: #333333;
  color: #666666;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -375px;
  width: 750px;
  height: 122px;
  z-index: 1;
}

#menu {
  background: #333333;
  background-image: url('images/bg_01.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 122px;
  z-index: 2;
}

#header {
  background: #F08325;
  background-image: url('images/bg_02.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 122px;
  left: 0px;
  width: 100%;
  height: 61px;
  z-index: 2;
}

#header_title {
  position: relative;
  top: 0px;
  left: 50%;
  margin-left: -375px;
  width: 750px;
  margin-top: 10px;
  text-align: left;
  z-index: 3;
}

#content_shadow {
  background: #CCCCCC;
  background-image: url('images/bg_03.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 183px;
  width: 100%;
  height: 12px;
  z-index: 2;
}

#content {
  background: #CCCCCC;
  background-image: url('images/bg_04.jpg');
  background-repeat: repeat-y;
  background-position: top center;
  position: absolute;
  top: 195px;
  width: 100%;
  z-index: 2;
}

.home_box {
  background-image: url('images/home_box.gif');
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  width: 225px;
  height: 320px;
  z-index: 2;
}

.home_box_text {
  position: relative;
  top: 15px;
  left: 20px;
  width: 180px;
  height: 280px;
  z-index: 2;
}

.home_box_large {
  background-image: url('images/home_box_wide.gif');
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  width: 479px;
  height: 177px;
  z-index: 2;
}

.home_box_large_text {
  position: relative;
  top: 12px;
  left: 0px;
  width: 450px;
  height: 137px;
  z-index: 2;
}

#text {
  color:#444444;
  position: relative;
  top: 0px;
  left: 50%;
  margin-left: -375px;
  width: 750px;
  margin-top: 10px;
  margin-bottom: 22px;
  text-align: left;
  z-index: 3;
}

#footer {
  background: #333333;
  background-image: url('images/bg_05.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  top: 0px;
  width: 100%;
  height: 53px;
  z-index: 4;
}

#copyright {
  position: relative;
  top: 12px;
  width: 750px;
  left: 50%;
  margin-left: -375px;
  z-index: 5;
}