#main {
  position: relative;
  background: transparent;
  width: 960px;
  text-align: left;
  margin: 0 auto;
  z-index: 1;
}

#top {
  position: relative;
  z-index: 2;
}

#bottom {
  position: relative;
  z-index: 2;
}

#header {
  position: relative;
  height: 110px;
  z-index: 3;
}

#header_images {
	position: absolute;
	z-index: 5;
}

#header_text {
	position: absolute;
	left: 300px;
	z-index: 10;
}

#menu {
  position: relative;
  background-image: url('images/bg_content.jpg');
  background-repeat: repeat-y;
  background-position: top center;
  height: 118px;
  z-index: 3;
}

#content {
  position: absolute;
  background-image: url('images/bg_content.jpg');
  background-repeat: repeat-y;
  background-position: top center;
  background-color: #2A6EA2;
  vertical-align: center;
  clear: both;
  z-index: 3;
}

#box_full {
  position: relative;
  width: 960px;
  text-align: left;
  float: left;
  z-index: 4;
}

#box_full_text {
  position: relative;
  margin: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 930px;
  text-align: left;
  z-index: 5;
}

#box_left {
  position: relative;
  width: 610px;
  text-align: left;
  padding-right: 10px;
  float: left;
  z-index: 4;
}

#box_left_text {
  position: relative;
  margin: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 570px;
  text-align: left;
  z-index: 5;
}

#box_right {
  background-image: url('images/bg_sidebox.png');
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  width: 324px;
  height: 497px;
  top: 5px;
  text-align: left;
  float: left;
  z-index: 4;
}

#box_right_text {
  position: relative;
  margin: 15px;
  margin-top: 25px;
  width: 294px;
  text-align: left;
  z-index: 5;
}

#footer {
  position: relative;
  background-image: url('images/bg_footer.jpg');
  background-repeat: repeat-x;
  background-position: top center;
  height: 119px;
  clear: both;
  z-index: 3;
}