html, body {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 10px 0;
	font-size: 80%;
	line-height: 140%;
	color: #5f3000;
	
	font-family: "Trebuchet MS", serif;
	text-align:center;

	background: #E8F4F7;
	background-repeat: repeat-x;
	background-position: top center;
}


 #outer {
	 text-align:left;
	 border: 0px solid;
	 padding: 0 20px 0px 20px;
	 width:900px;
	 margin: auto;

	 background: #fff url(../img/outerbg.gif);
 }
 
 
/*--------------< horizontale lijn onder bovenbalk >--------------------*/ 
#top{
	
	
	height: 140px;
	border: 0 solid #5f3000;
	border-width: 0 0 0px 0;
	margin: 0;
	padding: 0;
	width: 100%;
	
	background: transparent url(../img/topbg.jpg);
	background-repeat: no-repeat;
	
}


 
 
 #container {
	
	text-align:left;
	width:100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
	overflow: hidden;
	
	
	background: transparent url(../img/outerbg2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;

	
}
		 





 #content{
		
	float: right;
	padding: 0px 30px 0 25px;
	margin: 20px 0 0 0;
	color: #5f3000;
	
	width: 487px;
	
}




#rightcol{
		
	float: right;
	padding: 0 25px 0 0;
	margin: 0 0 0 0;
	color: #5f3000;

	width: 152px;


}
 
 #leftcol{

	 float: left;
	 width: 180px;
	
	 padding: 0;
	 margin: 0 0 0 0;
	 
}

#bottomnav{
	color: #aba58f;
	padding: 0 0 5px 200px;
	
}
 
 #footer {
	text-align:center;
	 border: 0px solid;
	 padding: 25px 0 0 0;
	 width:940px;
	 margin: auto;
	 
	 font-size: 10px;

	 background: transparent url(../img/outer-bottom.gif);
	 background-position: 0 0;
	 background-repeat: no-repeat;
	 
	height: 30px;
	
	
}


