@charset "utf-8";

body {
	margin: 0;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
	background-color: #FFFFFF;
	/*scrollbar-face-color: #FFEE95;
	scrollbar-track-color: #FFF9B3;*/
}

img {
	behavior: url(css/pngbehavior.htc);
	border: 0px;
}

h1 {
	visibility: hidden;
}

h2 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

#bg_main {
	z-index: 1;
	background: url(../img/bg_main.png) repeat-x;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 462px;
	margin-top: -243px;
}

#frame, #main {
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1000px;
	height: 510px;
	margin-left: -500px;
	margin-top: -260px;
}

#logo {
	z-index: 4;
	position: absolute;
	top: -74px;
	left: 578px;
	width: 335px;
	height: 170px;
}

#content {
	z-index: 5;
	position: absolute;
	top: 60px;
	left: 330px;
	width: 450px;
	height: 370px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5;
	overflow: auto;
	padding-right: 8px;
}

#navigation {
	z-index: 3;
	position: absolute;
	top: 250px;
	left: 148px;
}

.button {
	width: 155px;
	height: 30px;
	margin: 0 0 3px 0;
}

#footer {
	z-index: 3;
	position: absolute;
	bottom: 33px;
	width: 1000px;
	height: 20px;
}

.gl_row1 {
	position: absolute;
	top: 0;
	left: 0;
}

.gl_row2 {
	position: absolute;
	top: 0;
	left: 50%;
}

.img_lb {
	border: 4px solid #FFFFFF;
}

.gl_thumb {
	margin-right: 10px;
	border: 3px solid #FFFFFF;
}

.gl_map {
	height: 90px;
}

.gl_map a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:none;
}

#map {
	z-index: 5;
	position: absolute;
	top: 10px;
	right: 10px;
}

#map_start {
	z-index: 5;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#footer_txt {
	z-index: 3;
	position: absolute;
	font: 10px Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	bottom: 10px;
	right: 56px;
}

a:link {color: #555; border: none;}
a:hover {color: #000; border: none;}
a:active {color: #000; border: none;}
a:visited {color: #555; border: none;}

#impress {color: #000000; text-decoration:none;}

