body,
	html {
		margin:0;
		padding:0;
		color:#534741;
	}
	body {
		min-width:800px;
		background: #663333;
		text-align:left;
	}
	
#wrapper {
	width:800px;
	margin:0 auto;
}

#topmenu {
	width:800px;
	height:22px;
	padding-top:26px;
text-align:justify;
}


#header {
	width:800px;
	height:124px;
	background: #663333 url('../images/header.jpg') no-repeat;
	
}

#home_content {
	width:800px;
	height:119px;
	background: #663333 url('../images/home_bg.jpg') no-repeat;
	
}

#home2_content {
	width:800px;
	height:76px;
	background: #663333 url('../images/home2_bg.jpg') no-repeat;
	
}

#main_content {
	width:800px;
	background: #663333 url('../images/content_bg.jpg') repeat-y;
	height:100%;

}

#inhoud {
	margin:0 auto;
	width:750px;
	clear: both;
}


#inhoud_links {
	width:350px;
	float:left;
	margin-right:10px;
}

.inhoud_rechts {
	width:350px;
	float:right;
}


#inhoud_links_menu {
	width:160px;
	float:left;
	margin-right:10px;
}

.inhoud_rechts_vervolg {
	width:520px;
	float:right;
	padding-right:20px;
}
#footer {
	width:800px;
	height:33px;
	background: #663333 url('../images/footer_bg.jpg') no-repeat;
	clear: both;
}