/* Umicore stylesheet for Group Internet websites */
/* Layout boxes */

/* Center in ie5 , as the margin auto is ignored...*/
body {
	text-align: center;
}

#pageContainer {
	margin: 10px auto;
	max-width: 950px;
	border:1px solid;
	border-color:#999999;
	background-color:#cccccc;
	width: 95%;
	text-align: left;
}

#headerContainer {
	width: 17.1em;
	background-color:#333333;
	border-bottom: 1px dotted #cccccc;
	position: relative;
	font-size: 0.7em;
}

#centralContainer {
	clear: left;
	background-color:#cccccc;
}

#leftContainer {
	width: 12em;
	float: left;
	padding: 0 1em 0 0;
	font-size: 100%;
}

.twoCol #contentContainer {
	margin: 0 0 0 13em; 
	padding: 1em 1em 0 1em;
}
	
.threeCol #contentContainer {
	margin: 0 12em 0 12em; 
	padding: 1em 1em 0 1em;
}

#contentContainer {
	width: 100%;
	w\idth: auto;
	height: 100%;
}

#rightContainer {
	width: 12em;
	float: left;
	padding: 0 .5em;
	font-size: 100%;
}

.twoCol #rightContainer {
	display: none;
}

#footerContainer {
	clear: both;
}





