/****************************************************
	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
{
    z-index :3;
    width: 950px;
    border-top: 1px solid #B5B5B5;
    border-bottom: 1px solid #B5B5B5;
    background-color: Transparent;
}


td#LeftColumn
{
    width: 210px;
}

td#MinHeightColumn
{
    width: 1px;
}

td#ContentColumn
{
    width: 519px;
}

td#ContentInclRightColumn
{
    width: 729px;
}

td#ContentInclLeftAndRightColumn
{
    width: 950px;
}

td#RightColumn
{
    width: 220px;
    background-color: Transparent;
}


#MinHeightColumnInner
{
    height: 418px;
}

/****************************************************
	F O O T E R
****************************************************/
table#FooterContainer
{
    width: 950px;
    padding-top: 10px;
    font-size: 90%;
  padding-left: 12px;
  padding-bottom: 8px;
   
}

