/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for content placing
Website:		Van der Sangen tuinhout
produced in:	2008
Author:			Joël Kuijten for Princen-group
\***********************************************/
/**{
	border:1px dashed #f00;
}*/
#container{
	width:900px;
}
#header{
	width:900px;
	height:150px;
}
#logo{
	width:480px;
	height:140px;
	background:url(images/logo.gif) no-repeat 20px 30px;
	float:left;
}
#footer{
	padding:30px 20px 0 0;
	text-align:right;
	float:right;
}
#menu{
	width:900px;
}
#contentScroller{
	width:900px;
	height:50%;
	overflow:auto;
	text-align:left;
}
#content{
	width:880px;
	height:auto;
}
#tdLeftPane{
}
#CenterPane{
}
#breadCrumbs{
	padding:8px 0;
	height:auto;
}
#tdRightPane{
}