#structure_outerbox {
	position: relative;
  background-color: #ffffff;
  margin: 2em auto;
  overflow: hidden;
	width: 55em;
}

#structure_curposbox {
	clear: both;
	width: 55em;
}

#structure_headerbox {
  background-color: #ffffff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 185px;
}

#structure_leftbox {
  float: left;	
  width: 13em;
}

#structure_navigationbox {
	background-color: #97341f;
	height: 4em;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#structure_contentbox {
  background-color: #ffffff;  
	margin: 0 0 0 0;
  overflow: hidden;
  width: 41.5em;
}

#structure_footerbox {
  background-color: #ffffff;
  padding: 2em 0 1em 0;
	clear: both;
}
