﻿/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for content placing
Website:		
produced in:	2009
Author:			Joël Kuijten for Princen-group
\***********************************************/
/**{
	border:1px dashed #f00;
}*/
#crownLeft, #crownRight{
	z-index:1;
	position:absolute;
	left:50%;
	bottom:0;
	width:380px;
	height:440px;
}
#crownLeft{
	margin-left:-590px;
}
#crownRight{
	margin-left:210px;
}
#container{
	position:relative;
	z-index:2;
	height:auto;
	width:820px;
}
#header{
	width:820px;
	height:62px;
}
#content{
	width:820px;
}
#logoContainer{
	width:800px;
	margin:0 10px;
	height:150px;
	background:#ffc657;
}
#contentTable{
	margin:0 10px;
}
#tdLeftPane{
	background:#FFF7E7;
	width:210px;
}
#CenterPane{
}
#breadCrumbs{
	margin:0 10px;
}
#tdRightPane{
}