body {
	color: #fff;
	font-family: sans-serif;
	background-color: #330000;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: 0 100px;
}








.top {
	position: absolute;
	top: 0; right: 0; left: 0;
	width: 100%;
	height: 100px;
	border-bottom: solid 1px #333;
	background-color: #330000;
}






.top_cont_left {
	font-size: 20px;
	width: 100px;
	margin: 0 0 0 90px;
	float: left;
}








.top_cont_right {
	font-size: 20px;
	margin: 40px 0 40px 0;
	width: 250px;
	float: right;
}








.box{
	position: absolute;
	top: 110px; left: 215px; right: 10px;
	margin: 0 auto 0 auto;
}








.box_cont{
	margin: 25px;
	text-align: center;
}








.x {
	margin-top: 1em;
	border: solid 1px #333;
	padding-bottom: 1em;
	display: none;
}








table{
	text-align: left;
	margin-left: 15%;
}








a {
	color: #fff;
}








a:hover {
	text-decoration: none;
}








/* NAVIGATION */








.navigation {
	position: absolute;
	top: 100px; left: 0;
}

.navlist {
	width: 200px;
	border: solid 1px #333;
	border-top: 0;
	font-weight: bold;
	background: #330000;
	margin: 0;
	padding: 0;
}

.navlist li{
	list-style: none;
	border-top: solid 1px #333;
}

.navlist li a{
	display: block;
	width: 164px;
	padding: 4px 8px 4px 8px;
	border-left: solid 20px #333;
	background: #330000;
	text-decoration: none;
	text-align: right;
	color: #fff;
}

.navlist li a:hover{
	display: block;
	width: 164px;
	padding: 4px 8px 4px 8px;
	border-left: solid 20px #333;
	background: #333;
	text-decoration: none;
	text-align: right;
	color: #fff;
}































