body   {
	font-size: 12px;
	font-family: verdana, arial;
	margin: 0;
	background-attachment: fixed;
	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
}

#container  {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 50%;
	width:800px;
	overflow: hidden;
	margin-left: -400px;
	height: 100%;
}


#harbour        {
	visibility: visible;
	margin-left: 0px;
	padding-top: 0px;
	position: absolute;
	top: 180px;
	width: 230px;
}


/*
<div style="width:100px;height:100px;overflow-x:auto;overflow-y:hidden;background-color:#000000">
*/


#content        {
	visibility: visible;
/*
	overflow: auto;
*/
	overflow-x: hidden;
	overflow-y: auto;
/*	margin-*/
	left: 250px;
/*	padding-top: 0px;*/
	padding-right: 20px;
	position: absolute;
	top: 180px;
	width: 375px;
	height: 420px;
}

#sidebar        {
	visibility: visible;
	margin-left: 666px;
	padding-top: 0px;
	position: absolute;
	top: 180px;
	width: 135px;
}

#navigatie  {
	visibility: visible;
	position: absolute;
	top: 140px;
	left: 0px;
	width:800px;
	overflow: hidden;
	margin-left: 0px;
	height: 40px;
}

#pictures        {
	visibility: visible;
/*	margin-*/
	left: 650px;
	padding-top: 0px;
	position: absolute;
	top: 0px;
	width: 130px;
	height: 390px;
	border-right: 5px solid white;
}