body {
	margin: 0;	
	font-family: arial;
	text-align: left;
	background-color: #ffffff;
}
a {
	text-decoration:none;
	color:#000000;
	font-weight:bold
}
a:hover {
	text-decoration: none;
	color:#944B4C;
}
#bg {	
	background:url(afbeeldingen/ondergrond.jpg) repeat;
	margin:0 auto;
	width:981px;
	height:1050px;
	
}
#wrap {
	width:981px;
	height:auto;
	text-align:left;
	margin:0 auto;
	position: relative;
	top:0px;
	
}
#nav{
	background:url(afbeeldingen/boven.jpg) no-repeat; 
	height:290px; 
	padding:0px 0px 0px 600px; 
	font-family: arial; 
	font-size:1.1em; 
	font-weight:bold
	
}
#nav li{
	display: inline; 
	padding:0px 0px 0px 10px; 
	line-height:255px
	
}
#nav li a{
	color:#FFFFFF;

}
#nav li a:hover{
	color: #000000

} 
/* header */
#header { 
	background:transparant; height:25px

}
/* content */
#content {
	height: auto

}
.right {
	width:900px
	
}
.right p{
	font-size:1.1em; 
	padding:0px 0px 0px 58px;
	color: #000000

}
.right h2 {
	font-size:1.1em;
	font-weight:bold;
	width:400px; 
	padding:0px 0px 0px 58px;
	color:#000000;
}

