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

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

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

#structure_contentbox {
  background-color: #ffffff;
	margin: 0 0 0 0;
  padding: 0 1em 0 0;
  overflow: hidden;
}

#structure_footerbox {
  background-color: #ffffff;
	clear: left;
}