/****************************************************
	H E A D E R
****************************************************/

div#HeaderContainer{
	height: 127px;
	width: 100%;
	overflow: hidden;
}


div#HeaderLogo {
	float: left;
	height: 71px;
	width: 100px;
}

div#HeaderMenu {
	float: right;
	padding-top: 26px;
	width: 700px;
}

li#HeaderLinks {
	padding-top: 2px;
}




/****************************************************
	C O L U M N S
	Correct styling of column <div>-tags: 
		width, float
	Incorrect styling of column <div>-tags:
		border, background, height, margin, padding
	See styling of inner <div>-tags in PageLayout.css
****************************************************/
div#LeftColumn {
	float: left;
	width: 160px;
	/* border: 1px solid #F00; */
}

div#ContentInclRightColumn {
	float: right;
	width: 780px;
	/* border: 1px solid #C00; */
}

div#ContentColumn {
	float: left;
	width: 560px;
	/* border: 1px solid #0F0; */
}

div#RightColumn {
	float: right;
	width: 200px;
	/* border: 1px solid #00F; */
}

/****************************************************
	F O O T E R
****************************************************/
div#FooterContainer {
	
	clear: both;
	border-top: 0px solid #000;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 30px;

}

div#FooterContainer a{
	text-decoration: none;	
}

div#FooterContainer a:hover{
	text-decoration: underline;	
}


div#CompanyInfo {
	display: inline;
	text-align: center;
}



