﻿/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for content placing
Website:		
produced in:	2009
Author:			Joël Kuijten for Princen-group
\***********************************************/
/**{
	border:1px dashed #f00;
}*/
#container{
	background:#fff;
	width:1000px;
	border:1px solid #eee;
	border-width:0 1px;
}
#header{
	width:1000px;
	height:150px;
	background:#ffd100 url(images/stamp.gif) no-repeat right bottom;
}
#menu{
	height:40px;
	width:1000px;
	background:#ffd100 url(images/menuBG.gif) repeat-x left top;
}
#search{
}
#contentTable{
	width:1000px;
}
#tdLeftPane{
	width:780px;
}
#CenterPane{
}
#breadCrumbs{
	margin:10px;
}
#tdRightPane{
	width:220px;
	background:#4E9A77;
}
#footer{
	background:#00703C;
	width:1000px;
	padding:20px 0;
}
