body {
	background-image: url(header_background.jpg);
	background-repeat: repeat-x;
	background-color: #E1DFD8;
	margin: 0;
}
#main {
	width: 830px;
	position: absolute;
	left: 50%;
	margin: 0px -415px;
}
#logo {
	width: 375px;
	height: 80px;
}
#photo {
	width: 830px;
	height: 278px;
	padding: 12px 0px 0px 0px;
	background-image: url(photo_background.jpg);
	text-align: center;
}
#content {
	width: 780px;
	position: relative;
	left: 50%;
	margin: 0px -390px;
}
#menu_cont {
	float: left;
	width: 200px;
	padding: 5px 5px 5px 8px;
	background-color: #FFFFFF;
	background-image: url(menu_cont_background.jpg);
	background-repeat: repeat-y;
}
#menu {
	background-image: url(menu_background.jpg);
	font-family: georgia, garamond, times;
	font-size: 13px;
	font-style: italic;
	line-height: 24px;
	color: #542611;
}
#menu a {
	color: #542611;
	text-decoration: none;
}
#menu a:hover {
	color: #B6998C;
}
#menu a.active {
	color: #B6998C;
	text-decoration: none;
}
#text {
	float: right;
	width: 550px;
	padding: 5px;
	background-image: url(text_background.jpg);
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 10pt;
	color: #331C13;
}
#text .head {
	font-family: georgia, garamond, times;
	font-size: 18pt;
	color: #26478E;
}
#text label {
	width: 110px;
	float: left;
	margin-right: 10px;
	display: block;
}
#text .submit {
	margin-left: 110px;
}
#text a {
	color: #474231;
	text-decoration: none;
}
#text a:hover {
	color: #797461;
}
#text .functie {
	font-size: 8pt;
	color: #666666;
}
