/* 
    Document   : print
    Created on : 29-mrt-2010, 14:00:02
    Author     : Wijnand
    Description:
        Purpose of the stylesheet follows.
*/

#Logo {
	float: right;
}
#Header {
	width: 100%;
}
#HeaderBg {
	width: 100%;
}
#Navigation {
	display: none;
}
#Footer {
	display: none;
}
#Contact {
	float: right;
	color: #000;
}
#Sidebar {
	width: 100%;
}
#Layout {
	width: 100%;
}
.typography h1 {
	color: #000;
	float: left;
	margin-top: 5px;
	text-align: left;
}
.typography h1:first-letter {
	padding: 0px;
	margin-right: 0px;
	color: #000;
}
.typography p{
	color: #000;
}



