/* Stylesheet for PWDB 4.0. Print output, removes nav, sidebar at bottom etc.

Copyright (C) 2008-2010 Peter Upfold. All rights reserved */

@import "screen.css"; /* inherits everything, then overrides following */

#header {
	float:none;
	margin:0px;
	padding:0px;
	text-align:center;
}

#header img {
	width:320px;
	height:50px;	
}

#nav {
	display:none;	
}

#content {
	float:none;
	width:auto;
	border:0;
	margin:0;
	padding:0;

}

#sidebar {
	float:none;
	width:100%;
	margin:10px;
	padding:20px 0 0 0;
}
#footer {
	float:none;
}

.jus
{
	text-align: left;
}