body {
	margin: 0 0 0 0;
	padding: 0;
	color:  black;
	background-color: #eee; /* ecru CDB891 , was grijs #eee */
	line-height: 125%;
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, helvetica, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {	background: #222; } /* ecru, was zwart #222 */

#header {
	background: #eee url('images/banner3.jpg') right no-repeat;  /* ecru, was grijs #eee   */
	width: 75%;
	height: 100px;
	/* line-height: 50px; */
	margin: 0 auto;
	border-left: 1px solid #bbb; /* was #707070 */
	border-right: 1px solid #bbb; /* was #707070 */
}

#header h1 {
	margin: 0;
	padding: 10px;
	color: #240; /* ecru CDB891, lichtgrijs #eee, grijs #666, donkergroen #240 */
	font-size: 240%;
	padding-left: 10px;
	letter-spacing: -1px;
	text-align: left;
}

#header h2 {
	margin: 0;
	padding: 10px;
	color: #240; /* ecru CDB891, lichtgrijs #eee, grijs #666, donkergroen #240 */
	font-size: 170%;
	padding-left: 10px;
	letter-spacing: -1px;
	text-align: left;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	width: 10%;
}

#header li { display: inline; }

#header a:link, a:visited {
	color: #260;
	text-decoration: none;
	text-align: right;
}

#header a:hover {
	color: #260;
	text-decoration: underline;
	text-align: right;
}

#wrapper-menu {
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 75%;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
}

#menu a:hover {
	background: #b6e41c url('images/menu-hover.png') repeat-x;
	color: #485b06;
}

#content {
	width: 71%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 2%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white; 
	font-size: 90%;
	text-align: left;
}

#image {
	border: 0pt none ; 
	background-color: transparent; 
	clear: right; 
	margin-bottom: 1em; 
	float: right; 
	margin-left: 1em;
} 

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px 2%;
	width: 71%;
	text-align: right;
	color: white; 
	letter-spacing: 0.15em;
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	border: 1px solid #a0c80e;
	font-size: 80%
}

#footer a:link, a:visited {
	color: #260;
	text-decoration: none;
	text-align: left;
}

#footer a:hover {
	color: #260;
	text-decoration: underline;
	text-align: left;
}


#content h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: -1px;
}

#content a:link, a:visited {
	color: #260;
	text-decoration: none;
}

#content a:hover {
	color: #260;
	text-decoration: underline;
}

p { margin-left: 1em; }
dl { margin-left: 1em; }
