@import url("common.css");


body {
	background-color: #252030;
	color: #ddddff;
}

header {
	height: 70px;
	width: 100%;
	padding: 15px;
	border: 1px solid black;
	margin: 0 40px 0 40px;
	vertical-align: center;
	text-align: left;
	text-indent: 40px;
	background-image: url(../images/furstbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
}

header img {
	position: absolute;
	height: 200px;
	top: -30px;
}

#main {
	margin: 0 0px 0 0px;
	/*background-color: #252030;
	border: 1px dashed white;*/
}

#header_misc {
	position: absolute;
	width: 300px;
	height: 100px;
	top: 0;
	right: 60px;
	/*border: 1px solid white;*/
	z-index: 0;
}

.center {
	text-align: center;
}

.right {
	float: right;
}

#alshira {
	position: absolute;
	top: 40px;
	right: 20px;
}

#siril {
	position: absolute;
	top: 30px;
	right: 100px;
}

.charaRef {
	display: none;
	width: 700px;
}

#mofuimg {
	width: 500px;
	margin: auto;
	text-align: center;
}

.imgmisc {
	float: right;
	height: auto;
	z-index: 1;
}

#charaList {
	font-size: 21px;
}

#sitemap {
	display: none;
	position: relative;
	top: 0px;
	padding: 0 15px 0 15px;
	background-color: #252030;
	z-index: 4;
}

#contents {
	position: relative;
	background-color: #352e40;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 10px 10px 10px 20px;
	height: 940px;
	width: 800px;
	/*border: 1px solid white;*/
}

#space {
	margin: 40px;
	height: 70px;
}

nav {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #252030;
	background-color: inherit;
	background-image: url(../images/blank.png);
	margin: 0 auto 0 auto;	
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100px;
	z-index: 4;
}

nav ul {
	width: 800px;
	margin: 20px auto 20px auto;
}

nav ul li {
	list-style-type: none;
	text-align: center;
	float: left;
	border: 1px solid white;
	background-color: #606077;
	padding: 20px;
	margin: 0px 0 0px 20px;
}

h1 {
	width: inherit;
	padding: 0 0px 0 0px;
}

h2 {
	width: inherit;
	padding: 0 20px 0 20px;
}

p {
	font-size: 18px;
}

footer {
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	text-align: center;
	vertical-align: bottom;
	background-color: #1f1e2a;
}



