body {
	background-color: #000000;
	background-image: url(images/background2.png);
	background-position: center top;
	margin-top: 0px;
	top: 0px;
	}
	


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#navigatieboven {
	background-image:url(images/content2.png);
	background-repeat: repeat-y;
	width:854px;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#nav {
	background-image:url(images/header.png);
	width:854px;
	top:0px;
	height: 270px;
	left: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#content {
	background-image:url(images/content2.png);
	background-repeat:repeat-y;
	top: 0px;
	width:854px;
	height:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	}

#footer{
	background-image:url(images/footer.png);
	width:854px;
	height:78px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

/*#footer a:link #footer a:visited {
	color: #FFF;
	}

#footer a:hover, #footer a:active {
	color: #FFF;
	}
*/

.style1 {
	font-family: Calibri;
	color: #000;
	font-size: 12px;
	font-style: italic;
}

.style2 {
	font-family: Calibri;
	color: #2e1522;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.style3 {
	font-family: Calibri;
	color: #565656;
	font-size: 12px;
}

.style4 {
	font-family: Calibri;
	color: #49343e;
	font-size: 16px;
	font-style: italic;
}

#nav a {width: 100px;
background-image: url(images/menu.jpg);
}
	
#nav li {

	float: left;
	display: inline;
	}

#nav a {
	display: block;
	margin: 0;
	height: 26px;
	width: 126px;

	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;

	}

#nav a:link, #nav a:visited {
	background-image: url(images/menu.png);

	}

#nav a:hover, #nav a:active {
	background-image: url(images/menu_hover.png);

	}

#this page a:link, this page a:visited,
#this page a:hover, this page a:active {
	background-color: #A8B2A3;

	}