#wrapper {
	width: 775px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#header{
	width: 669px;
	background-image: url(img/bg_top.gif);
	background-repeat: no-repeat;
	height: 43px;
	padding-left: 106px;
	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;
	text-align: right;
	vertical-align: top;
	margin-top: 1px;
}
#columnContent{
	float: right;
	width: 463px;
	border: 0px solid black;
	background-image: url(img/bg_logo.gif);
	background-repeat: no-repeat;
	padding-right: 17px;
	padding-left: 66px;
	background-position: 53px 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: #B7B9BA;
	padding-top: 20px;
}

