body
{
	margin: 0;
	padding: 0;
	background-color: #E0e0e0;
}

div#sitecont
{
	margin: 0 auto;
	width: 897px;
}

img#header,img#footer{display:block;}

div#main
{
	background-image: url(patroon.jpg);
	background-repeat: repeat-y;
	padding: 0 50px;
	text-align: justify;
	overflow: hidden;
	width: 797px;
}

div#nav
{
	float: left;
	width: 125px;
	text-align: center;
}

div#content
{
	float: left;
	width: 490px;
}

div#extra
{
	float: right;
	width: 180px;
}

