/**
* print.css This file will ommit all parts of the page except the content itself.
*
* For production use we would usually display something like a logo.
*/
.wizard,
.sub-navi,
.footer,
#subnavi,
.siteFunctions,
.topLink,
.snippet,
#breadcrumb,
.shadow-bottom {
	display:none;
}
a img { border: none; }