#wrapper {
	width: 775px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#header{
	width: 705px;
	background-image: url(img/bg_top.gif);
	background-repeat: no-repeat;
	height: 43px;
	padding-left: 70px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #001228;
}
#wrapper_columnLeft_Content {
	width: 775px;
	float: left;
	border: 0px solid blue;
	background-image: url(img/bg_lijnen.gif);
	background-repeat: no-repeat;
}
#columnLeft {
	float: left;
	width: 226px;
	border: 0px solid yellow;
	background-image: url(img/bg_left.jpg);
	background-repeat: no-repeat;
	padding-top: 187px;
	text-align: right;
}
#columnContent{
	float: right;
	width: 463px;
	border: 0px solid black;
	background-image: url(img/bg_logo.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 66px;
	background-position: 63px 32px;
	padding-top: 144px;
	padding-bottom: 200px;
}
#footer {
	clear: both;
	padding-left: 282px;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C9CADC;
	padding-top: 20px;
}

