@CHARSET "utf-8";

html {
	margin: 0px;
	padding: 0px;
	font-size: 76%;
	font-family: Tahoma, Arial, Verdana;
	background: #eaeaea;
}

a,a:visited {
	color: black;
	text-decoration: none;
}

#header {
	position: absolute;
	width: 90%;
	min-width: 900px;
	height: 150px;
	margin: 0 auto;
	left: 5%;
	top: 0px;
}

#h101 {
	position: absolute;
	background: url("../gfx/Head_101.png") no-repeat 0px 0px;
	left: 0px; 
	width : 5px;
	height: 129px;
	float: left;
	z-index: 10;
	width: 5px;
}

#h100 {
	position: absolute;
	background: url("../gfx/Head_100.png") repeat-x 0px 0px;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	height: 129px;
	float: left;
	z-index: 5;
}

#h103 {
	position: absolute;
	background: url("../gfx/Head_103.png") no-repeat 0px 0px;
	right: 0px;
	width: 5px;
	height: 129px;
	float: left;
	z-index: 10;
}

#h102 {
	position: absolute;
	background: url("../gfx/Head_102.png") no-repeat 0px 0px;
	width: 260px;
	height: 129px;
	left: 50px;
	z-index: 100;
}

#h201 {
	position: absolute;
	background: url("../gfx/Head_201b.png") no-repeat 0px 0px;
	left: 0px;
	top: 129px;
	width: 5px;
	height: 21px;
	float: left;
	z-index: 10;
}

#h200 {
	position: absolute;
	background: url("../gfx/Head_200.png") repeat-x 0px 0px;
	top: 129px;
	width: 100%;
	margin-left: 0px;
	margin-right: -10px;
	height: 21px;
	float: left;
}

#h203 {
	position: absolute;
	background: url("../gfx/Head_203b.png") no-repeat 0px 0px;
	top: 129px;
	right: 0px; width : 5px;
	height: 21px;
	float: left;
	width: 5px;
}
/* Content Style */
#content {
	width: 91%;
	min-height: auto;
	min-width: 900px;
	background-color: #f5f5f5;
	border: 0px solid black;
	margin: 0 auto;
	margin-left: 4.5%;
	margin-top: 160px;
	z-index: 0;
}
#b01,#b02,#b03,#b04, #text{

} 
#b01 {
	
	background-image: url("../gfx/Body_OL_03.png");
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 100;
}
#b02 {
	
	background-image: url("../gfx/Body_OR_03.png");
	background-position: top right;
	background-repeat: no-repeat;
		z-index: 100;
}

#text{
	padding:1%;
	width: 96%;
	top 0;
	height: auto;
	z-index: 1;
	
}
#footer {
	width: 91%;
	min-height: auto;
	min-width: 900px;
	border-top: 1px solid grey;
	margin: 0 auto;
	margin-left: 4.5%;
	z-index: 0;
	font-size: 8px;
	text-align: center;
}