/****************************************************
	H E A D E R
****************************************************/
table#HeaderContainer {
	width: 100%;
	height:100px;
	backgroundcolor: none;
	background-repeat: no-repeat;

	
}

/****************************************************
	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;
	backgroundcolor:none;
	Float: right;
}

td#LeftColumn {
	width: 20%;
}

td#MinHeightColumn {
	width: 1px;
}

td#ContentColumn {
	width: 70%;
	float: right;
	left: 100px;
}

td#ContentInclRightColumn {
	width: 100%;
}

td#ContentInclLeftAndRightColumn {
	width: 100%;
}

td#RightColumn {
	width: 10%;
}

/* Minimum height of content columns */
div#MinHeightColumnInner {
	height: 350px;
}

/****************************************************
	F O O T E R
****************************************************/
table#FooterContainer {
	width: 950px;
}