body
{
	background: #e0e1e5;
	font-family: Verdana, Arial, Georgia, Helvetica;
}

html
{
	background: #e0e1e5;	
}

#Container
{
	background: #e0e1e5;
	
	position: relative;
	width: 1061px;

	margin-left: auto;
	margin-right: auto;
	

	margin-top: 0px;
	margin-bottom: 10px;
}

#Header
{
	background: #e0e1e5 url(Images/Layout/Header.jpg);	
	position: relative;
	width: 1061px;
	height: 143px;
	top: 0px;
}

#Inhoud_wrap
{
	background: #f4f4f6;	
	position: relative;
	width: 1061px;	
	
}


#Left_body
{
	background: #f4f4f6 url(Images/Layout/Left_body.jpg);	
	position: relative;
	width: 509px;
	height: 213px;	
	float: left;
}

#Right_body
{
	background: #f4f4f6 url(Images/Layout/Right_body.jpg);
	position: relative;
	width: 552px;
	height: 213px;
	float: right;
}

#Bodyb
{
	background: #f4f4f6 url(Images/Layout/Bodyb.jpg);
	position: relative;
	width: 1061px;
	min-height: 500px;
	float: right;
	
}

#Left_side
{
	background: #e0e1e5 url(Images/Layout/Left_side.jpg);
	width: 50%;
	height: 1024px;
	float: left;
	position: absolute;
}

#Right_side
{
	background: #e0e1e5 url(Images/Layout/Right_side.jpg);
	width: 49%;
	height:	1024px;
	position: absolute;
	right:0px;

}




