#structure_outerbox {
	background-color: #ffffff;
  border-color: #154286;
	border-width: 0 1px 1px 1px;
  border-style: solid;
  margin: 0 auto;
  position: relative;
	width: 900px;
	z-index: 0;
}

#structure_mainbox { 
	position: relative;
	z-index: 100;
}

#structure_contentbox {
	margin: 50px 0 0 0;
	min-height: 33em;
}

#structure_headerbox {
  background-image: url('../images/banner.jpg');
  background-repeat: no-repeat;
  background-position: center center;
	height: 180px;
}

#structure_navigationbox_main {
  border-color: #0c3d8a;
	border-width: 0 0 0 0;
  border-style: solid;
  margin: 0 0 10px 0px;
  overflow: hidden;
}

#structure_footerbox {
  background-image: url('../images/footer.jpg');
  background-repeat: no-repeat;
  background-position: right;
}

#structure_infobox {
  position: absolute;
  left: 750px;
  margin: 0px 0 0 0;
	background-color: #eeeeee;
  width: 12em;
}
