/*IE6 print styles BEGIN*/
/*Author: Frank Thomsen @ Magenta Aps, 2008*/
/*The following styles remove floats and positions that cause IE print previewing to fail*/

#nav-wrapper {border-top: solid 1px #901A1E !important; position: relative; bottom: 9px; height: 0px !important;}
#nav-global, #nav, #search {display: none;}
#branding-global {border-top: solid 24px #666; width: 100%;}
#branding-global img {position: relative; bottom: 24px;}

#content {margin-top: 0 !important; border-top: none !important; padding-top: 2.5em !important; padding-bottom: 2em !important;}
#content * {float: none !important;}

/*Below styles will display em'd text with an underline to prevent IE print rendering bugs*/
em { font-style: normal; border-bottom: solid 1px #000; }

/*IE print styles END*/
