#structure_contentbox {
  background-color: #ffffff;
  float: left;
	overflow: hidden;
  margin: 0 0 0 0;
  padding: 0.5em 1em 0.5em 1em;
  width: 32em;
}

#structure_contenttoolbarbox {
	margin: 0 0 0.8em 0;
}

#eventsbox_structure {
	overflow: hidden;
}

#structure_footerbox {
  background-color: #ffffff;
  clear: both;
	line-height: 2em;
  overflow: hidden;
}

#structure_headerbox {
  background-color: #ffffff;
  background-image: url("../images/bg_header.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
	height: 90px;
  padding: 10px 0 0 5px;
}

#structure_infobox {
  float: right;
  margin: 0 1em 0 0;
	width: 14em;
}

#structure_mainbox {
  background-color: #8fa1c9;
  background-image: url("../images/bg_content.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  overflow: hidden;
  padding: 30px 0 50px 70px;
}

#structure_navigationbox_main {
  background-color: #000000;
  background-image: url("../images/bg_navigationmain.jpg");
  background-repeat: repeat-x;
  background-position: top;
  overflow: hidden;
}

#structure_outerbox {
  background-color: #547EB2;
  border-width: 0px 15px 0 15px;
  border-style: solid;
  border-color: #ffffff;
	margin: 40px auto;
	width: 55em;
}

#headerbox_logo {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  color: #CA071D;
  font-family: verdana;
  font-style: italic;
  font-size: 0.9em;
  line-height: 140px;
  padding: 0 10px 0 0;
  text-align: right;
}