﻿/* Print layout */
#header { position: absolute; top: 0; left: 0; bottom: auto; right: 0; height: 11em;}
#sidebar { display: none; }
#content { position: absolute; top: 11em; left: 0; bottom: 0; right: 0;}
