#structure_contentbox {	
	position: relative;
	float: left;
	overflow: hidden;
	padding: 0;
	width: 520px;
	z-index: 100;
}

#structure_footerbox {
	position: relative;
	background-image: url("../images/bg_footer.png");
	background-position: left;
	height: 70px;
	margin: 0 auto;
	width: 920px;
	z-index: 110;
}

#structure_headerbox {	
	position: relative;
	height: 215px;
	text-align: center;
	width: 920px;
	z-index: 100;
}

#structure_iebox {
	text-align: center;
	margin: 0 0 30px 0;
	width: 920px;
}

#structure_imagebox {
	position: absolute;
	top: 70px;
	height: 200px;
	width: 920px;
	z-index: 1;
}

#structure_leftbox {
	position: relative;
	float: left;	
	margin: 0 0 0 0;
	width: 200px;
	z-index: 110;
}

#structure_leftbox2 {
	background: url("../images/e-trans.png") no-repeat;
	background-position:  center center;
	position: absolute;
	bottom: 95px;
	left: 0px;
	width: 190px;
	z-index: 150;
}

#structure_navigationbox {
	position: relative;
	background-image: url("../images/bg_navigation.png");
	background-repeat: no-repeat;
	background-position: center center;	
	height: 74px;
	padding: 0 0 0 0;
	width: 920px;
	z-index: 100;
}

#structure_mainbox {	
	background-image: url("../images/bg_grey-trans.png");
	background-position: top center;
	background-repeat: no-repeat;
	margin: 20px 0 10px 0;
	overflow: hidden;
	position: relative;
	padding: 0 0 20px 0;
	width: 920px;	
	z-index: 5;
}

#structure_mainbox_bg {	
	background-image: url("../images/bg_content-trans.png");
	background-position: top center;
	background-repeat: repeat-y;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

#structure_outerbox {
	background-image: url('../images/bg_content_middle-trans.png');
	background-repeat: repeat-y	;
	position: relative;
	margin: 0 auto;
	width: 960px;
	z-index: 1;
}

#structure_outerbox_bottom {
	background-image: url('../images/bg_content_bottom-trans.png');
	background-repeat: no-repeat;
	height: 30px;
	position: relative;
	margin: 0 auto 10px auto;	
	width: 960px;
	z-index: 1;
}

#structure_outerbox_top {
	background-image: url('../images/bg_content_top-trans.png');
	background-repeat: no-repeat;
	height: 30px;
	position: relative;
	margin: 10px auto 0 auto;	
	width: 960px;
	z-index: 1;
}

#structure_rightbox {
	float: right;	
	width: 190px;
}

