@charset "UTF-8";
/* CSS Document */

/* ALGEMENE BOUW VAN DE WEBSITES
/ ---------------------------------------------------------- */

body {
	text-align: center;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	background-color: #ffd66e;
	background-image: url(../images/bg-body.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

div#container {
	width: 960px;	
	height: auto;
	margin: 0 auto;
	padding: 0 0 30px 0;
	text-align: left;
	display: inline-block;
	background-color: #fff;
}

div#header {
	height: 290px;
	position: relative;
	background-color: #fbb91e;
	background-image: url(../images/bg-header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div#content {
	padding: 30px 40px;
	background-color: #fff;
	float:left;
}

div#leftCol {
	width: 420px;
	height: auto;
	float: left;
}

div#rightCol {
	width: 420px;
	height: auto;
	float: left;
	margin-left: 40px;
}