body
	{
		background-color:#000;
		margin-top: 15px;
	}
	
#main
	{
		background-color: #0CF;
		width: 1000px;
	}
	
#header
	{
		background-color: #0CF;
		width: 1000px;
		height: 240px;
	}
	
#mainbox
	{
		background-color: #0CF;
		width: 1000px;
	}
	
#menubox
	{
		padding-left:10px;
		background-color: #0CF;
		width: 230px;
		height:1000px;
		background-color: #9788c9;
		float:left;
		text-align:left;
		font-family: Century Gothic;
	}

#textbox
	{
		padding-left:15px;
		padding-right:15px;
		background-color: #0CF;
		width: 730px;
		height:1000px;
		float:right;
		text-align:left;
		font-family: Century Gothic;
		font-size:14px;
	}
	
a:link { 
	color: #233f8d; /*Blauw*/ 
	text-decoration: none; 
	font-family: Century Gothic;
	font-size: 12px;
	outline:none;
}

a:visited { 
	color: #233f8d; /*Blauw*/ 
	text-decoration: none; 
	font-family: Century Gothic;
	font-size: 12px;
	outline:none;
}

a:hover { 
	color: #233f8d; /*Blauw*/ 
	text-decoration: none;
	font-family: Century Gothic; 
	font-size: 12px;
	outline:none;
}

a:active { 
	color: #233f8d; /*Blauw*/ 
	text-decoration: none; 
	font-family: Century Gothic;
	font-size: 12px;
	outline:none;
}

#footer
	{
	width:1000px;
	height:20px;
	background-color:#9788c9;
	text-align:right;
	color:#000;
	text-decoration:none;
	font-family:"Century Gothic";
	font-size:12px;
	}
	
#footerdhc
	{
	width:1000px;
	height:20px;
	font-family:"Century Gothic";
	font-size:12px;
	color:#FFF;
	}
	
.footerdhc a
	{
	font-family:"Century Gothic";
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	}
	
.footerdhc a:hover
	{
	font-family:"Century Gothic";
	font-size:12px;
	color: #00F;
	text-decoration:none;
	}