body {
  background-color: #bda88c;
	margin: 0;
	text-align: center;
	
	font-family: Georgia, Times New Roman;
}

#pagina {
  margin: 35px 0 0 0;
}

#header {
  background-color: #7f6849;
	height: 78px;
}

#header .inner {
  background-image: url('img/logo.gif');
	background-repeat: no-repeat;
	background-position: 15px center;
	height: 78px;
}

#content {
  background-color: #ffab3f;
	padding: 0 0 50px 0;
}

#menu {
  float: left;
	width: 210px;
	margin: 25px 0 25px 10px;
}

#menu ul, li {
  margin: 0;
	padding: 0;
	list-style: none;
}

#menu img {
  border: 0;
}

#inhoud {
  float: right;
	width: 545px;
	margin: 25px 50px 25px 0;
	text-align: justify;
}

#footer {
  height: 156px;
	background-color: #7f6849;
}

#footer .inner {
  background-image: url('img/footer.gif');
	background-repeat: no-repeat;
	background-position: left center;
	height: 156px;
}

.inner {
  width: 850px;
	text-align: left;
	margin: 0 auto;
}
