/****************************************************
	H E A D E R
****************************************************/


table#HeaderContainer {
	width: 950px;
}

/****************************************************
	C O L U M N S
	Correct styling of <td>: 
		width, border, background, color
	Incorrect styling of <td>:
		height, margin, padding
	See styling of inner <div>-tags in PageLayout.css
****************************************************/
table#ColumnsContainer {
	width: 950px;
}


td#ContentColumn {
	width: 739px;
	float:left;
}

td#ContentInclRightColumn {
	width: 740px;
}

td#ContentInclLeftAndRightColumn {
	width: 950px;
}

td#RightColumn {
	width: 210px;
}


/* Minimum height of content columns */
div#MinHeightColumnInner {
	height: 450px;
}

/****************************************************
	F O O T E R
****************************************************/
table#FooterContainer {
	width: 950px;
	background-color:  #C0D4E0; /* #E3E8F7; */
	border-top: 1px solid #ABBBE7;
	
}