/* 
Involking this way allowed the display: none; in print2.css to 
be implemented correctly, unfortunately ie4 on os9  decided to 
implement these on screen as well.  Worked around in print2.css
by utilising the open comment space close comment hack. Detail 
of the implementation is in print2.css 
*/
@import url("print2.css");

#navbar, #navcontainer, #breadcrumb,.noprint{
  display/* */:none;
}