@charset "utf-8";

/* GENERAL */

* {
	margin: 0;
	padding: 0;
	z-index: 0;
}

body {
	background: #000000;
	min-width: 1349px;
	color: #FFFFCC;
	font-family: Verdana, Geneva, sans-serif;
}

@font-face {
	font-family: 'Holy';
	src: url('fonts/HOLY.eot?') format('eot'), url('fonts/HOLY.woff') format('woff'), url('fonts/HOLY.ttf') format('truetype');
}
	

/* HEADER */

header {
	margin: 10px;
	text-align: center;
	font-weight: bold;
	font-family: Holy, "Times New Roman", Times, serif;
	font-size: large;
}

/* SECTION MAIN */

section.main {
	border: 5px solid #FFFFCC;
	width: 541px;
	height: 754px;
	margin: 10px auto;
	position: relative;
}

section.description {
	width: 754px;
	height: 500px;
	margin: 15px auto;
	position: relative;
	text-align: justify;
}

section.description p a {
	font-weight: bold !important;
	color: #FFFFFF !important;
	font-size: 30px !important;
}

section.description hr {
	margin: 20px auto;
	width: 90%;
}

#TOOLTIP, #LIST {
	background: transparent;
	width: 300px;
	height: auto;
	position: absolute;
}

#TOOLTIP h1, #LIST h1 {
	text-align: center;
	font-family: Holy, "Times New Roman", Times, serif;
	margin: 10px;
}

#TOOLTIP p, #TOOLTIP ul {
	text-align: justify;
	margin: 10px;
	font-size: 12px;
	list-style-position: inside;
}

#LIST ul {
	list-style: none;
	margin: 10px;
}

#LIST li {
	width: 90%;
	height: 25px;
	line-height: 25px;
	padding: 2px;
	text-align: center;
	margin: 0 auto;
}

#LIST li:hover, #LIST li:active, #LIST li.selected {
	background: #666666;
	color: #FFFFCC;
	font-weight: bold;
	cursor: pointer;
}

/* FOOTER */

footer {
	margin: 35px 0 10px 0;
	text-align: right;
	width: 99%;
	color: #666666;
	font-size: 12px;
}