/* lay-out */
#canvas {}
	#skip,
	#search,
	#metaNavigation,
	#title,
	#navigation {
		display : none;
	}
	div.leftColumn {
		clear : both;
		float : left;
		width : 10cm;
	}
	div.rightColumn {
		float : right;
		width : 5cm;
	}
	#logo {
		margin-left : -22px;
	}
	div.margin {
		padding : 1em 0px 1em 0px;
	}