html, body {
	margin: 0px;
	padding: 0px;
	background-color: #FEA900;
}
div#top {
	height: 150px;
	background-image: url(../images/layout/topdivBack.jpg);
	background-repeat: repeat-x;
}
div#content {
	width: 985px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul#fotoboek {
	list-style-type: none;
}
ul#fotoboek a {
	text-decoration: none;
	color: #0C027B;
	font-size: 14px;
	font-weight: bold;
}
ul#fotoboek a:hover {
	text-decoration: underline;
}
div#content h1 {
	font-size: 16px;
}
div#menu {
	height: 50px;
	background-image: url(../images/layout/buttonBack.jpg);
	background-repeat: repeat-x;
	margin-top: auto;
	margin-bottom: auto;
	
}
div#menu ul {
	height: 50px;
	width: 997px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #B39D74;
}

* html div#menu ul {
	width: 997px;
}

div#menu ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
div#menu ul li a {
	height: 50px;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0C027B;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 50px;
	border-right: 1px solid #CBBCA1;
	border-left: 1px solid #B39D74;
}
* html div#menu ul li a {
	padding-left: 7px;
	padding-right: 7px;
}
div#menu ul li a:hover {
	background-image: url(../images/layout/buttonRolloverBack.jpg);
	background-repeat: repeat-x;
}
div#menu ul li a.contact {
	width: 51px;
}
* html div#menu ul li a.contact {
	width: 65px;
	padding-left: 15px;
}
div#bottom {
	height: 166px;
	background-image: url(../images/layout/bottomBack.jpg);
	background-repeat: repeat-x;
	margin-left: -12px;
}
* html div#bottom {
	margin-left: -24px;
}
div#bottom img {
	border: none;
}
div#bottom a {
}
div#fotoWrapper {
	float: left;
	width: 190px;
	height: 142px;
	overflow: hidden;
	margin-top: 12px;
	margin-left: 12px;
}