		body {
			font-family:Verdana;
			font-size:13px;
			background-color: #eee;
		}
		#wrapper {
			width:900px;
			margin:0px auto;
			border:1px solid #BBB;
			padding:10px;
			background-color: #6699cc;
		}
		#header {
	    	margin-top:0px;
		}
		#navigatie {
			width:676px;
			background-color: #333;
			border:1px solid #bbb;
			padding:5px;
			margin-left:212px;
	    	margin-top:15px;
		}
		#content {
			margin-top:10px;
		}
		/* applies to all divs within the content div */
		#content div {
			float:left;
		}
		#content-left {
			padding:10px;
	    	margin-top:-50px;
			width:180px;
			height:435px;
		}
		#content-box1, #content-box2 {
			position:absolute;
		}
		#content-box1 {
			border:1px solid #bbb;
			margin-left:212px;
			width:300px;
			height:375px;
			padding:10px;
		}
		#content-box2 {
			border:1px solid #bbb;
			margin-left:546px;
			width:332px;
			height:375px;
			padding:10px;
		}
		#footer {
			float:left;
			margin-top:10px;
			padding:10px;
			border:1px solid #bbb;
			width:878px;
		}
		#bottom {
			clear:both;
		}


		a:link {
			font-family:Verdana,Arial,Helvetica,sans-serif,"MS sans serif";
			font-size:13px;
			color:#eee;
			font-weight:bold;
		}
		a:visited {
			font-family:Verdana,Arial,Helvetica,sans-serif,"MS sans serif";
			font-size:13px;
			color:#000;
			font-weight:normal;
		}
		a:hover {
			font-family:Verdana,Arial,Helvetica,sans-serif,"MS sans serif";
			font-size:13px;
			color:#000;
			text-decoration:underline;
		}

a.meta:link {color:#000; text-decoration:none;}
a.meta:visited {color:#000; text-decoration:none;}
a.meta:hover {color:#000; text-decoration:underline;}

		a.nav:link {
			font-size:13px;
			color: #bbb;
			letter-spacing: 1px;
			font-weight: bold;
			text-decoration: none;
			padding: 4px;
		}
		a.nav:visited {
			font-size:13px;
			color: #999;
			letter-spacing: 1px;
			font-weight: bold;
			text-decoration: none;
			padding: 4px;
		}
		a.nav:hover {
			font-size:13px;
			color: #ccc;
			background-color: #6699cc;
			font-weight:bold;
			text-decoration:underline;
		}

H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:18px;
	margin-top: 0px;
	margin-bottom: 26px;
	color:#eee;
	}

li {
	color:#eee;
	}