.topPaneArea 
{
/*	background-image: url(Images/HeaderBackground.gif); */
	background-repeat: repeat-x;
}
.leftPaneArea 
{
	padding: 0px 11px 0px 12px;	
	border-right: solid 1px #e3e3e3;
}
.rightPaneArea 
{
	padding: 0px 11px 0px 12px;
	border-left: solid 1px #e3e3e3;
}
.contentPaneArea 
{
	padding: 0px 12px;		
}
.bottomPaneArea 
{
	padding: 0px 12px;
}





/* DEBUG COLOURS */
/*
.leftPaneArea 
{
	background-color: #ffffee;
}
.rightPaneArea 
{
	background-color: #ffeeff;
}
.contentPaneArea 
{
	background-color: #eeffff;
}
.bottomPaneArea 
{
	background-color: #eeeeff;
}
*/
