*
{
	margin: 0;
	padding: 0;
}

html, body
{
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}
img
{
	border:0px;
}
body
{
	background-color: #ffffff;
	color: #3F3D41;
}

/*body */
/*{*/
/*		behavior:url("/htc/csshover3.htc");*/
/*}*/

#wrapper
{
	/*min-height: 100%;*/
	margin-top: -20px; /* Adjust according to footer size */
	overflow: hidden;
	
	width: 950px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	
	position: relative;
	
	background-color: #ffffff;
}

	#header
	{
		height: 115px;
		
		padding-top: 50px;
		background-color: #ffffff;
	}
	
	
	#center_wrapper
	{
		width: 100%;
		
		float: left;
		text-align: justify;
		/*background-color:#e0c930;*/
		
		/* min height + IE 6 hack*/
		min-height:381px;
		height:auto !important;
		height:381px;
		margin-bottom:15px;

		/*min-height:361px;*/
		

	}
	
	#center_wrapper.homepage
	{
		background-repeat:no-repeat;
		background-position:left top;
		background-image:url('/images/gebouw_home.jpg');
		margin-bottom:0;
	}
		#center_wrapper #center
		{
			margin: 0 305px 45px 0px; /* Adjust according to left and right column width */
			
		}
		#center_wrapper #center.woning
		{
			margin: 0 0px 45px 0px; /* Adjust according to left and right column width */
			
		}
		
		#center_wrapper #center.full
		{
			margin: 0 0px 45px 0px; /* Adjust according to left and right column width */
			
		}
		
		
	#navigation
	{
		margin: 0px;
		margin-top:-110px;
		padding: 0;
		width: 280px;
		margin-left: -950px;
		float: left;
	}
			
	#sidebar
	{
		width: 290px;
		margin-left: -880px;
		margin-top:20px;
		float: right;
		padding-right:20px;
		
	}
	
	
#footer
{
	position: relative;
	height: 300px;
	width: 950px;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	clear: both;
	text-align:left;
}