body
{
	margin: 0;
	background: rgb(250, 224, 250) url('images/bg_body.png') repeat-x 0 -65px;
}

#wrapper
{
	margin: auto;
	width: 900px;
}

#header
{
	height: 114px;
	width: 900px;
	background: url('images/header.png');
}

#content
{
	height: 495px;
	width: 900px;
	background: url('images/bg_content.png');
}

#content-menu
{
	margin: auto;
	height: 76px;
	width: 600px;
	background: url('images/menu.png');
}

#content-inhoud, #content-inhoud-fotos
{
	margin: auto;
	margin-top: 10px;
	height: 400px;
	width: 600px;
	overflow: auto;
}

#footer
{
	height: 126px;
	width: 900px;
	background: url('images/footer.png');
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	margin-top: 7px;
	margin-bottom: 2px;
	color: rgb(253, 114, 255);
}

p, td
{
	margin-top: 0;
	margin-bottom: 20px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #525252;
}

a
{
	color: orange;
	font-weight: bold;
	text-decoration: none;
}