@font-face {
  font-family: 'TheGreatEscape';
  src: url('template/TheGreatEscape.ttf');
}
body {
	background-image:url("bgh.png");
	background-repeat:repeat-y;
	background-position:50% 0;
	background-color:#516385;
	margin:0 auto;
	font-family:Verdana;
	font-size:14px;
}

a {
	color:#008;
	text-decoration:none;
}
.content a{
	font-style:italic;
}
a:visited {color:#228;}
.content a:hover{
	border-bottom:1px solid #008;
	text-shadow:0 0 5px 1px #008;
}

.wrap{
	height:100%;
	width:100%;
	max-width:1280px;
	min-width:800px;
	margin:0 auto;
}
.bgt, .bgb {
	background-image:url("bgt.png");
	background-repeat:repeat-x;
	background-position:0 0;
	height:500px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.bgb {
	background-image:url("bgb.png");
	position:fixed;
	bottom:0;
	top:auto;
}

.bg{
	width:90%;
	float:left;
	margin-top:40px;
	
	border-radius:10px;
	/*background-color: #eee;
	background: -webkit-gradient(linear, 0 0, 0 20%, from(#eee), color-stop(100%, transparent), color-stop(100%, #eee));
	background: -moz-linear-gradient(top, #eee, transparent, #eee);*/
	}

.heading{
	background:transparent;
	color:#fff;
	/*text-shadow: -1px -1px 0px #ddd, 1px 1px 0px #fff;*/
	text-shadow: -1px -1px 0 #333, 1px 1px 0 #aaa,0 -2px 3px #CCCCFF, 0 9px 5px #888888;
	font-size:45px;
	padding-top:10px;
	position:absolute;
	font-family:TheGreatEscape;
	}
	
.menu{
	
	padding:50px 50px 0;
	overflow:hidden;
	}
.menu .item{
	border-radius:10px 10px 0 0;
	border-top:1px solid #008;
	float:right;
	padding:7px 20px;
	margin:0 7px;
	font-size:16px;
	font-weight:bold;
	background-color:#888;
	background: -webkit-gradient(linear, 0 0, 0 20%, from(#eee), color-stop(100%, transparent));
	background:-moz-linear-gradient(center top , #EEEEEE, transparent) repeat scroll 0 0 #888;
	}
.menu a {
	text-decoration:none;
	color:#eee;
}
.menu .selected, .menu .item:hover{
	box-shadow:0 -3px 10px 3px #ccf,0 0 30px 5px #888;
	border-top:1px solid #fff;
	background: -webkit-gradient(linear, 0 0, 0 20%, from(#eee), color-stop(100%), color-stop(100%, #fff));
	background: -moz-linear-gradient(top, #bbb, #fff);
	color:#333;
}

.bc {
	border-bottom:2px solid #eaeaea;
	border-radius:10px;
	background-color:#fafafa;
	box-shadow:0 0 5px 5px #444;
	}
.content{
	padding:10px 20px;
	line-height:1.5;
	min-height:600px;
	}
.footer{
	text-align:right;
	margin:20px 0;
	padding:5px 20px;
	vertical-align:middle;
	
	box-shadow:0 0 5px 5px #444;
	border-left:1px solid #888;
	border-right:1px solid #888;
	color:#eaeaea;
	border-radius:10px;
	background-color:#fafafa;
	
	background-color:#eee;
	background: -webkit-gradient(linear, 0 0, 0 0, from(#333), color-stop(90%, #888), color-stop(100%, transparent));
	background:-moz-linear-gradient(center top , #333, #888 90%, transparent) repeat scroll 0 0 transparent;
	}
.footer a {color:#eaeaea;}
.footer .lang {float:left;}
.msg {
	border-radius:10px;
	box-shadow:1px 1px 4px 1px darkred;
	margin:15px 5px;
	padding:10px;
	font-size:110%;
	}
