@charset "utf-8";

#background {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	left: 0px;
	top: 0px;
	background-color: #5286be;
}


#white_line_left {
	position:fixed;
	left:0px;
	top:0px;
	width:1px;
	height:100%;
	z-index:8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}



#head {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:70px;
	z-index:5;
	background-color: #fae200;
}
#head img {
	left: 27px;
	top: 32px;
	position: absolute;
	
}

#subhead {
	position:absolute;
	left:0px;
	top:70px;
	width:100%;
	height:35px;
	z-index:7;
	background-color: #5286be;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#logo {
	position:absolute;
	top:21px;
	width:225px;
	height:84px;
	z-index:9;
	right: 25px;
}
#body {
	position:absolute;
	left:0px;
	top:105px;
	width:100%;
	z-index:2;
	height: 587px;
	background-color: #FFFFFF;
	background-image: url(../images/background_workshop.jpg) ;
	background-position: 255px;
}

#w_sky_base {
	position:absolute;
	left:0px;
	width:255px;
	height:586px;
	z-index:3;
	top: 107px;
	background-image: url(../images/nordicarimpression.jpg);
	background-repeat: repeat;
}
#bottom {
	position:absolute;
	left:0px;
	top:693px;
	width:100%;
	height:74px;
	z-index:4;
	background-color: #fae200;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.header_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #5286be;
	position: absolute;
	left: 290px;
	top: 25px;
	visibility: visible;
}
.header_body {
	color: #CC3333;
	font-style: italic;
	font-size: 18px;
	position: absolute;
	left: 290px;
	top: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.body_text {
	font-family: Verdana, Times Roman, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	position: absolute;
	top: 109px;
	width: auto;
	height: 463px;
	z-index: 9;
	right: 10px;
	left: 290px;
	visibility: visible;
}
.footnote_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #5286be;
	position: absolute;
	left: 290px;
	top: 22px;
	width: 461px;
	height: 22px;
	visibility: visible;
}
