html {
	height:100.1%
}
* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
	}
img {
	border: 0;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 17px;
	background: #d06b22;
}
hr {
	height:1px;
	border:none;
	background-color:#d06b22;
	color:#d06b22;
	}
#frameWrapper {
	margin: 0 auto;
	margin-top: 50px;
	width: 900px;
	height: auto;
	}
#frameHeader {
	padding-top: 5px;
	height: 300px;
	width: 906px;
	background: url(images/blackborderTop.gif) no-repeat top left;
	}
	h1 {
		margin: 35px 5px;
		}
	#quote {
		margin-top: -190px;
		margin-left: 255px;
		width: 320px;
		font: bold 15px Verdana, Arial, Helvetica, sans-serif;
		}
	#nameQuoter {
		font-style: italic;
		font-size: 11px;
		font-weight: normal;
		margin-top: 20px;
		}
#frameContent {
	float: left;
	clear: right;
	width: 880px;
	padding: 10px;
	background: url(images/blackbordermiddle.gif) repeat-y bottom left;
	min-height:300px;
	}
#frameFooter {
	width: 900px;
	background: url(images/blackborderbottom.gif) no-repeat bottom left;
	height: 100px;
	float: left;
}
#frameNav {
	float: left;
	width: 175px;
	text-align: right;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	}
	#frameNav ul {
		list-style: none;
		}
	#frameNav ul li {
		margin-bottom: 15px;
		}
	#frameNav ul li a {
		text-decoration: none;
		color: #000;
		}
	#frameNav ul li a:hover {
		color: #d06b22;
		}		
	#frameNav ul li a.active {
		color: #d06b22;
		font-weight: bold;
		}
#content {
	float: left;
	margin: 0px 0px 0px 50px;
	width: 525px;
	}
table#nieuws {
	width: 525px;
}
table#nieuws th {
	text-align: left;
}
table#nieuws td {
	width: 525px;
}
#content p {
	margin-bottom: 15px;
	}
	
p.small {
	font-size:10px;
}

div#subNavFooter a {
		text-decoration: none;
		color: #000;	
}
div#subNavFooter a:hover {
		color: #d06b22;
		font-weight: bold;
}