
body, html {
margin: 5;
font-size: 90%;
font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
align: center;
background-color: #070705 !important;
color: #070705;
}

#container {
position: absolute;
top: 2px;
left: 50%;
right: 50%;
height: 768px;
width: 1000px;
margin: 1px 0 0 -512px;
background:black;
}

#header{
position: absolute;
top: 5px;
left: 5px;
width: 1000px;
height: 190px;
border: 0px solid rgb(20,20,20);
text-align: center;
overflow:hidden;

}

#menu{
position: absolute;
background-color: rgb(20,20,20);
top: 190px;
left: 5px;
width: 120px;
height: 460px;
align: center;
}

#content{
position: absolute;
background-color: #fff;
top: 190px;
left: 125px;
width: 693px;
height: 460px;
text-align: left;
}

#news{
position: absolute;
background-color: rgb(20,20,20);
top: 190px;
left: 818px;
width: 187px;
height: 460px;
text-align: left;
color:white;
border-left:3px solid black;

}

#footer{
	position: absolute;
	background-color: rgb(20,20,20);
	top: 650px;
	color:white;
	left: 5px;
	width: 1000px;
	height: 30px;
	vertical-align:middle;
	border: 0px solid rgb(20,20,20);
	text-align: center;
}









/* -------- BEGIN STYLE MENU ---------------- */
.menu, .menu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 125px; /*WIDTH OF MAIN MENU ITEMS*/
/*background:rgb(20,20,20);
*/}

.menu li{
	position: relative;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}

.menu li a{
	font-size:12px;
	color: white;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
	margin-top:1px;
	margin-bottom:1px;
}

.menu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 200px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
}

.menu li ul li{
float: left;
}

.menu li ul a{
width: 190px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.menu .arrowdiv{
position: absolute;
right: 2px;
}

.menu li a:visited, .menu li a:active{
color: white;
}

.menu li a:hover{
background:rgb(0,0,0);
border-bottom:1px solid #666;
border-top:1px solid #666;

	margin-top:0px;
	margin-bottom:0px;
}

/* Holly Hack for IE \*/
* html .menu li { float: left; height: 1%; }
* html .menu li a { height: 1%; }
/* End */


/* ------ EINDE MENU --------------- */

