#pagewidth { 
	position: absolute;
	left: 50%;
	margin-left: -460px;
	width: 920px;	
}

/* -- -- -- -- header -- -- -- -- */
#header {
	position: relative;
	border-bottom: 2px solid #003392;
	height: 89px;
}

#language {
	position: absolute;
	right: 0;
	top: 53px;
	font-size: 10px;
}

#header .slogan {
	margin-top: 26px;
}

/* -- -- -- -- page content -- -- -- -- -- */
#wrapper {
	padding-top: 28px;
}

/* -- -- left column -- -- */
#leftcol {
	width: 170px;
	float: left;
	padding-bottom: 350px;
}

#leftcontent {
	width: 170px;
	position: absolute;
	left: 0;
	bottom: 55px;
}

#maincol {
	margin-left: 202px;
	position: relative;
}

#maincol .content {
	width: 458px;
	float: left;
}

/* -- -- right column -- -- */
.rightcol {
	width: 230px;
	float: right;
}

/* -- -- -- -- footer -- -- -- -- */
#footer {
	text-align:center;
	margin-bottom: 25px;
	border-top: 2px solid #003392;
}

 
 /* -- -- -- -- print -- -- -- -- */ 
@media print { 
	/* -- -- hide the left column when printing -- -- */ 
	#leftcol{
		display: none;
	} 
	
	/* -- -- hide the right column when printing -- -- */ 
	#rightcol{
		display: none;
	} 
	
	#twocols,
	#maincol{
		width: 100%;
		float: none;
	}
}
