* {
	margin: 0;
	padding: 0;
    text-decoration:none;
	border: 0;
}

body {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	background-color: #e87c13;
}

hr {
	background-color: #e87c13;
}

div#container {
	width: 1000px;
	text-align: left;
}

div#header {
	width: 1000px;
	height: 100px;
	background: #e87c13 url('../img/pcg_kopfoto.jpg') no-repeat;
}

div#middle {
    width: 1020px;
	float:left;
	display: block;
}

div#pageTitle {
	margin-bottom: 10px;
	height: 65px;
	background: white url('../img/pcg_bord_wijkbijduurstede.jpg') no-repeat;
	background-position: top right;
}

div#pageTitle h2 {
	padding-top: 44px;
}

div#middleLeft {
	width: 650px;
	float: left;
	background-color: white;
	min-height: 800px;
}
div#middleLeftContent {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
}

div#middleRight {
	width: 200px;
	float:left;
}
div#middleRightContent {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
}

div.article p {
	margin: 0px 0px 10px 0px;
}

div#footer {
	width: 1000px;
	clear: both;
}

div#footerContent {
}

