	body{
	margin : 0px;
	margin-top : 20px;
	padding : 0px;
	}
	#center{
	width : 950px;
	margin : auto;
	}
	#menubar{
	width : 950px;
	height : 30px;
	background-color : #dbf6ff;
	border-bottom : 4px solid #ffffff;
	text-align : right;
	}
	#kol1{
	width : 460px;
	float : left;
	}
		#boven1{
		width : 460px;
		height : 410px;
		background-image : url(../images/topr.jpg);
		background-repeat : no-repeat;
		float : left;
		}
		#logo{
		width : 240px;
		height : 280px;
		padding-top : 20px;
		padding-left : 220px;
		background-image : url(../images/botr.gif);
		background-repeat : no-repeat;
		font-family : Tahoma,Arial, Verdana;
		font-size : 13px;
		line-height : 1.55em;
		color : #616161;
		float : left;
		clear : both;
		}
		#logo a{
		color : #616161;
		}
	#kol2{
	width : 490px;
	float : left;
	}
		#boven2{
		width : 490px;
		height : 373px;
		background-image : url(../images/topl.jpg);
		background-repeat : no-repeat;
		float : left;
		}
		#contentcontainer{
		width : 490px;
		padding-bottom : 30px;
		float : left;
		}
		#contentcontainer2{
		width : 750px;
		padding-bottom : 10px;
		padding-left : 200px;
		float : left;
		background-image : url(../images/botr.gif);
		background-repeat : no-repeat;
		float : left;
		}
		#content{
		width : 669px;
		padding-left : 30px;
		padding-right : 50px;
		padding-top : 5px;
		font-family : Tahoma,Arial, Verdana;
		font-size : 12px;
		line-height : 1.6em;
		color : #738e23;
		float : left;
		}
		
		#content h1{
		font-family : justlefthand, Arial;
		font-size : 32px;
		}
		#footer{
		width : 950px;
		height : 40px;
		background-color : #9ABD47;
		/* background-image : url(../images/footer.jpg); */
		float : left;
		}
	.clear{
	clear : both;
	}