body{
	margin: 0px;	
}

#centerContainer{
	width: 770px;
	position: absolute;
	left: 50%;
	margin-left: -385px;
}
#pageContainer{
	border-top: none;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #ECECEC;
	background-image: url(pics/site_background.gif);
	background-repeat: repeat-y;
}
#headerContainer{
	width: 100%;
	height: 80px;
	border-bottom: 1px solid white;
	background-image: url(pics/header.gif);
}
#contentContainer{
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	right: 20px;
	width: 560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#menuContainer{
	width: 169px;
	height: 460px;
	background-image: url(pics/menu_background.gif);
	padding: 0px;
}
#menuItemsContainer{
	margin: 25px;
}
#closePage{
	clear: both;
}
/* Tekstopmaak */
.menuItem{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 18pt;
	text-decoration: none;
	color: white;
}
.menuItem:hover{
	text-decoration: underline;
}