/*
	First pass at print styles.
*/

body {
	width:100%;
}
li {
	margin:7px 0;
}
#header {
	display:none;
}
#sbox, #nav {
	display:none;
}
#content {
	width:70%;
}
.middle {
	width:100% !important;
}
* html #content {
	width:50%;
}
#sidebar {
	width:25%;
}
#footer {
}

