/* CSS Document */
body{
margin:0;
padding:0;
font-size:13px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
background:#018172 url(../img/bodyer.jpg) repeat-x left top;
}

#header{
margin:auto;
width:818px;
height:108px;
text-align:left;
}
	#logo{
	float:left;
	width:50%;
	padding-top:10px;
	}
	#intl{
	float:right;
	width:40%;
	color:#FFF;
	font-size:11px;
	text-align:right;
	margin:69px 7px auto auto;
	}
	#intl a{
	color:#FFF;
	text-decoration:none;
	}
	#intl a:hover{
	color:#74C4B7;
	}
	
#bodyer{
margin:auto;
width:818px;
overflow:hidden;
border-left:1px solid #0F9988;
border-right:1px solid #096F62;
border-bottom:1px solid #1C675D;
}
	#story{
	margin:11px auto;
	width:804px;
	height:327px;
	/*background:url(../img/story.jpg) no-repeat center center;*/
	}
	#enter{
	height:83px;
	}
	#enter a{
	width:118px;
	height:31px;
	display:block;
	margin-top:19px;
	background:url(../img/enter1.jpg) no-repeat center top;
	}
	#enter a:hover{
	background:url(../img/enter2.jpg) no-repeat center top;
	}
#footer{
margin:auto;
width:818px;
height:70px;
text-align:left;
border:1px solid #0F9988;
border-top:1px solid #17B19D;
border-bottom:1px solid #18A795;
border-right:1px solid #096F62;
background:url(../img/footer.gif) no-repeat 31px center;
}
	#copyright{
	height:50px;
	color:#ffffff;
	line-height:25px;
	margin:10px 218px;
	}

#menu{
color:#FFF;
height:30px;
clear:both;
text-align:left;
font-weight:bold;
background:url(../img/menu.jpg) repeat-x left top;
}
	#menu ul{
	margin:0;
	padding:1px 0;
	list-style:none;
	}
	#menu li{
	float:left;
	line-height:29px;
	padding:0 15px;
	border-left:1px solid #057870;
	border-right:1px solid #064038;
	}
	#menu a{
	color:#FFF;
	font-size:13px;
	text-decoration:none;
	}
	#menu a:hover{
	color:#F4BF00;
	}
#side{
float:left;
margin-left:5px;
width:189px;
height:540px;
background:url(../img/side.gif) no-repeat left top;
}
#side ul{
    margin:0;
	padding:1px 0;
	list-style:none;
}
#side li{ float:inherit;
padding-top:9px;
color:#ffffff;
}
#side a{color:#ffffff;text-decoration:none;}
#side a:hover{
	color:#ffffff;
	}
#main{
color:#FFF;
float:left;
width:596px;
text-align:left;
margin-left:12px;
line-height:160%;
padding-bottom:60px;
}
	#main h1{
	color:#F4BF00;
	font-size:16px;
	padding-left:7px;
	border-left:7px solid #F4BF00;
	}
