/* print styles */

#header {
 display:none;
}

#col0 {
 /* navigation */
 display:none;
}

html body div#col1 {
 /* content */
 position:absolute;
 left:0px;
 float:none; /* Prevents earlier Mozilla (NS6 etc.) from cropping floats at 1 page */
 display:block;
 margin-left:1em;
 /* remove shadows */
 filter:none !important;
}

.column,
.shadowRight {
 /* remove shadows */
 background-image:none;
 filter:none !important;
}

#description {
 display:none;
}

#counter {
 display:none;
}
