body {
	margin: 0;
	background: #1c3f95 url(../../../images/bg.jpg) repeat-x top;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	width: 936px;
	height: 756px;
	text-align: left;
}

#header {
	position: relative;
	width: 936px;
	height: 171px;
}

#header .homeImage {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 447px;
	height: 150px;
	background: #1c3f95 url(../../../images/dit-is-zorgplein.jpg) no-repeat;
}

#header .siteMenu {
	position: absolute;
	right: 0;
	bottom: 14px;
	width: 140px;
}

#middle {
	position: relative;
	margin: 45px 0 0 0;
	width: 936px;
	background: url(../../../images/bg-3column.jpg) repeat-y;
}

#middle .top {
	margin: 0;
	width: 936px;
	height: 15px;
	background: url(../../../images/bg-content-top.jpg) no-repeat;
}

#middle .leftMenu {
	float: left;
	width: 151px;
	margin: 10px 0 0 15px;
	_margin: 10px 0 0 8px;
}

#middle .mainContent {
	float: left;
	width: 548px;
	margin: 12px 0 12px 15px;
}

#middle .rightContent {
	float: left;
	width: 144px;
	margin: 0 0 0 15px;
	padding: 12px;
	text-align: right;
}

#middle .bottom {
	clear: both;
	margin: 0;
	width: 936px;
	height: 23px;
	background: url(../../../images/bg-content-bottom.jpg) no-repeat;
}

#footer {
	position: relative;
	height: 30px;
}