@charset "UTF-8";
/* CSS Document */

body{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
	background-color: #666;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	width: 500px;
	color: #999;
	line-height: 150%;
}

#wrapper {
	position: relative;
	top:0px;
	left: 10px;
	width:780px;
	margin: 0 auto;
	z-index:1;
	text-align: left; 
	
	
}
#top_nav {
	position:relative;
	top:12px;
	width:655px;
	height:61px;
	z-index:2;
}
#illustrations {
	position:absolute;
	left:0px;
	top:83px;
	z-index:3;
}
#illustr_pics_1 {
	position:absolute;
	left:0px;
	top:102px;
	z-index:4;
}
#characters {
	position:absolute;
	left:0px;
	top:315px;
	z-index:5;
}

#apDiv6 {
	position:absolute;
	left:188px;
	top:427px;
	width:122px;
	height:47px;
	z-index:6;
}
#gate {
	position:absolute;
	left:0px;
	top:296px;
	z-index:6;
}

#samurai {
	position:absolute;
	left:0px;
	top:510px;
	z-index:6;
}

#trail {
	position:absolute;
	left:0px;
	top:720px;
	z-index:11;
}

#trail_pics {
	position:absolute;
	left:0px;
	top:741px;
	z-index:7;
}

#t_env {
	position:absolute;
	left:0px;
	top:850px;
	z-index:11;
}

#env_pics {
	position:absolute;
	left:0px;
	top:871px;
	z-index:7;
}


#samurai_pics {
	position:absolute;
	left:0px;
	top:529px;
	z-index:8;
}

#horizontal-list {
	margin:0px;
	padding:0px;
	list-style:none;
}



#horizontal-list li {
	display:block;
	width:129px;
	float:left;
	margin-right: 1px;
	margin-bottom: 1px;
}


#logo {
	position:absolute;
	left:-5px;
	top:0px;
	width:180px;
	height:61px;
	z-index:9;
}
#menu_area {
	position:relative;
	left: 500px;
	top:10px;
	width:300px;
	height:12px;
	z-index:10;
}

#menu-list {
	margin:1em 0;
	padding:0;
	list-style:none;
}

#menu-list li {
	margin-right:1px;
	padding:0;
}

#menu-list {
	height:29px;
	margin:0px;
}
#menu-list li {
	display:block;
	float:left;
	margin-right: 20px;
}



a {
text-decoration: none;

}
#copyright {
	position:absolute;
	left:0px;
	top:999px;
	height:112px;
	z-index:2;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 10px;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.style3 {color: #999}

