#wrapper {
	width: 906px;
	min-height: 100%;   
	height:auto !important; /* voor moderne browsers */  
	height:100%; /* voor IE */ 
	margin-left: auto;
	margin-right: auto;

}


/* header deel op de homepage*/  

#top{
	height: 233px;
	border-left: 3px solid #990000;
	border-top: 3px solid #990000;
	border-right: 3px solid #990000;
}





/* start van de inhoud */  


#content{
	background: transparent url("content_spacer.jpg") left top repeat-y;
	width: 900px;
	border-left: 3px solid #990000;
	border-right: 3px solid #990000;
}

#navigatie {
	top:240px;
	float: left;
	width: 200px;


}

#main {
	float: left;
	padding-left:20px;
	padding-top: 27px;
	width: 660px;


}





#footer {

	color: #333333;
	width: 900px;
	clear: both;
	text-align: center;
	background: transparent url("content_spacer.jpg") left top repeat-y;
	border-left: 3px solid #990000;
	border-bottom: 3px solid #990000;
	border-right: 3px solid #990000;

}
