body {
	background: #442513 url('images/bg_body.png');
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	color: #754d1d;
}


.left_image {
	width: 200px;
	height: 150px;
	margin: 0px 10px 10px 0px; 
}

.left_image2 {
	margin: 0px 10px 10px 0px; 
}

#container {
	margin: 0px auto;
	width: 800px;
	text-align: left;
}

#content {
	float: right;
	background: #fff3e8 url('images/bg_content.png') no-repeat;
	width: 700px;
	height: 801px;
}

#fotos {
	position: absolute;
	top: 80px;
}

#taal {
	padding: 10px 0px 0px 10px;
	top: 10px;
	left: 200px;
}

#navigatie {
	width: 550px;
	float: right;
	padding: 10px 0px 0px 0px;
}

#navigatie ul, #navigatie ul li {
	list-style-type: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navigatie ul li {
	float: left;
	padding: 3px 5px 5px 5px;
	margin: 0px 5px 0px 0px;
	background: url('images/bg_navigatie.png');
	border: 1px #e1ccb2 solid;
	line-height: 18px;
}

#navigatie ul li a {
	text-decoration: none;
	color: #754d1d;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}

#navigatie ul li a:hover {
	text-decoration: underline;
}

#tekst {
	line-height: 20px;
	font-size: 12px;
	clear: both;
	float: right;
	width: 470px;
	height: 510px;
	overflow-y: scroll;
	padding: 10px;
	margin: 50px 70px 0px 0px;
	_margin: 50px 30px 0px 0px;
}

#tekst h3 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #754d1d;
}

#tekst p {
	text-align: left;
	color: #754d1d;
	line-height: 24px;
}

#footer {
	clear: both;
}

#footer div {
	padding: 20px;
	color: #754d1d;
	font-size: 11px;

}