#body
{
	width:100%;
}
#main 
{
	margin:0 auto;
	width:1000px;
}
.container
{
	width: 1000px;
	margin:0 auto;
}

#top
{
	background-image:url(images/website_01.jpg);
	background-repeat:no-repeat;
	padding-top:3px;
}

#logo
{
	height:162px;
	text-align:right;
	margin-right:130px;
}

#navigation
{
	background-image:url(images/website_03.gif);
	background-repeat:no-repeat;
	height: 63px;
	font-size:14px;
}

#content
{
	background-image:url(images/website_04.gif);
	background-repeat:repeat-y;
	clear:both;
	overflow:hidden;
}
	
#post
{
	margin-left:115px;
	width:54%;
	float:left;
}

#opgeleverd
{
	background-image:url(images/website_06.gif);
	background-repeat:no-repeat;
	height:47px;
	clear:both;
	overflow:hidden;
}
	
#balk
{
	margin-left:115px;
	float:left;
}

#content2
{
	background-image:url(images/website_04.gif);
	background-repeat:repeat-y;
	clear:both;
	overflow:hidden;
}
	
#post2
{
	margin-left:115px;
	width:54%;
	float:left;
}

#sidebar
{
	width:20%;
	margin-right:120px;
	float:right;
}

#footer
{
	background-image:url(images/website_07.jpg);
	background-repeat:no-repeat;
	height:63px;
	text-align:right;
	clear:both;
}