/* CSS Document */

body {
	margin:0px 0px 0px 0px;
	background-color:#000000;
}

#main_image {
	width:857px;
	height:410px;
	background:url(../img/main.jpg);
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-205px;
	margin-left:-428px;
}

#main_image #naviList {
	position: absolute;
	left: 31px;
	top: 94px;
	height: 82px;
}

#main_image #naviList ul {
	list-style: none;
	width: 163px;
	height: 82px;
	position:absolute;
	top:-15px;
	left:-40px;
}

#main_image #naviList li {
	position:relative;
	text-indent: -9999px;
	height: 17px;
	width: 163px;
}

#main_image #naviList li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
}

#main_image #naviList li#navLink1 { background: url(../img/buttons.png) no-repeat; }
#main_image #naviList li#navLink2 { top: 17px; background: url(../img/buttons.png) 0 -34px no-repeat; }
#main_image #naviList li#navLink3 { top: 34px; background: url(../img/buttons.png) 0 -68px no-repeat; }

#main_image #naviList li#navLink1 a:hover { background: url(../img/buttons.png) -163px 0 no-repeat; }
#main_image #naviList li#navLink2 a:hover { top: 17px; background: url(../img/buttons.png) -163px -34px no-repeat; }
#main_image #naviList li#navLink3 a:hover { top: 34px; background: url(../img/buttons.png) -163px -68px no-repeat; }

#main_image #naviList li#navLink1 a.current { background: url(../img/buttons.png) -163px 0 no-repeat; }
#main_image #naviList li#navLink2 a.current { top: 17px; background: url(../img/buttons.png) -163px -34px no-repeat; }
#main_image #naviList li#navLink3 a.current { top: 34px; background: url(../img/buttons.png) -163px -68px no-repeat; }

.copyright {
	position: absolute;
	background:url(../img/copyrights.gif);
	left: 662px;
	top: 410px;
	height: 29px;
	width: 195px;
}


.map {
	position: absolute;
	left: 31px;
	top: 360px;
	height: 82px;
}

.map a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	background:url(../img/mapbutton.png);
	width:113px;
	height:16px;
	text-indent: -9999px;
}
.map a:hover {
	background:url(../img/mapbutton.png) -113px 0;
	width:113px;
	height:16px;
	text-indent: -9999px;
}
