#structure_bannerbox {
	position: relative;
	height: 90px;
	z-index: 100;
}

.structure_comp_newsbox_news_headerbox {
	/*background-color: #f9f9f9;*/
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #e9e9e9;		
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px 0;	
}

#structure_contentbox {
	position: relative;	
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #e9e9e9;	
	overflow: hidden;
	z-index: 1;
}

#structure_footerbox {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #e9e9e9;
}

#structure_infobox {
	position: relative;	
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #e9e9e9;
	float: left;
	padding: 248px 0 0 0;
	width: 12em;
	z-index: 10;
}

#structure_middlebox {
	position: relative;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #e9e9e9;
	overflow: hidden;
	z-index: 1;
}

#structure_navigationbox_main {
	background-color:red;
	background-image: url("../images/bg_navpoint.png");
	line-height: 4.3em;
	overflow: hidden;
}

#structure_outerbox {
	margin: 20px auto;
	width: 55em;
}

#structure_person {
	position: absolute;
  background-image: url("../images/bg_person-trans.png");
  top: 10px;
  left: 10px;
  height: 329px;
  width: 215px;
  z-index: 100;
}

#structure_searchbox {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #e9e9e9;
}

#structure_specialbox {
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #e9e9e9;		
	overflow: hidden;
}