/* CSS DVE Wouter Hillen - Webton */

body{
	padding: 0;
	margin: 0;
	font-size: 12px;
	letter-spacing : 1px;
	font-family: arial;
	color: #333333;
	background-image: url(../img/body_bg2.png);
	background-repeat: repeat-x;
}

#container{
	width: 1017px;
	height: 1223px;
	float: left;
}

#head_section{
	width: 1032px;
	height: 197px;
	position: relative;
}

#head_img_left{
	width: 227px;
	height: 197px;
	float: left;
	background-image: url(../img/header_left.png);
}

#head_img_center{
	width: 699px;
	height: 197px;
	float: left;
	position: relative;
	background-image: url(../img/header_center.png);
}

#navbar{
	width: 699px;
	height: 40px;
	position: absolute;
	bottom: 0;
}

#nav_eind{
	width: 15px;
	height: 40px;
	float: left;
	margin-left: 1px;
	background-image: url(../img/nav/eind_nav.png);
}

#nav_right{
	width: 91px;
	height: 40px;
	float: right;
	bottom: 0;
	right: 0;
	position: absolute;
	background-image: url(../img/nav/nav_bg.png);
}


#head_ruler{
	width: 1017px;
	height: 16px;
	clear: both;
	background-image: url(../img/seperation_bar.png);
}

#content_section{
	width: 1017px;
	height: 904px;
}

#content_img_left{
	height: 869px;
	float: left;
	padding-left: 7px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #d39eff;
	background-image: url(../img/content_left.png);
}

#content_center{
	width: 659px;
	height: 904px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(../img/content_bg.png);
}

#content_img_right{
	width: 100px;
	height: 904px;
	float: left;
	background-image: url(../img/grijze_balk.png);
}

#footer_site{
	width: 1018px;
	height: 113px;
	clear: both;
	background-image: url(../img/footer_bg.png);
}

#footer_center{
	width: 810px;
	height: 50px;
	margin: 0 auto;
	font-family: arial;
	font-size: 12px;
	color: #c4b7cf;
	padding-top: 40px;
	text-align: right;
}

