/* =========================================================
    edweb_main.css : print styles for 671.css
      last updated : 16 December 2004 [Bob Hoffman]
   ========================================================= */

body {
 background: #fff url("images/bg_print.gif") repeat-y fixed 0 0;
 }

/* ---------------------------------------------------------
    MAIN LAYOUT
   --------------------------------------------------------- */

#header {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 108px;
 margin: 0;
 padding: 0;
 border-bottom: 1px solid #ae2133;
 }

#headerfill {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 40px;
 height: 108px;
 margin: 0;
 padding: 0;
 background: #a81933 url("images/header3.jpg") no-repeat scroll top left;
 }

#headermain {
 position: absolute;
 top: 0px;
 left: 41px;
 width: 540px;
 height: 108px;
 margin: 0;
 padding: 0;
 background: #fff url("images/header2.jpg") no-repeat scroll top left;
 }

#headerlogo {
 position: absolute;
 top: 0px;
 left: 482px;
 width: 160px;
 height: 106px;
 margin: 0;
 padding: 0;
 background-color: #fff;
 }

#menu {
 position: absolute;
 top: 350px;
 left: 0px;
 width: 40px;
 margin: 0;
 padding: 0 0 20px 0;
 background: transparent;
 }
 
#mainmenu {
 display: none;
 }


#content {
 position: absolute;
 top: 109px;
 left: 41px;
 width: 540px;		/* correct width (hacked for IE below) */
 margin: 0;
 padding: 10px 10px 10px 30px;
 background-color: #fff;
 }

#content {			/* box model hack for IE */
\width: 600px; 
w\idth: 540px;
}

#footer {
 clear: both;
 margin: 20px 0 0 0;
 padding: 10px 0 0 0;
 border-top: 1px dotted #666;
 font-family: Georgia, Palatino, "Times New Roman", Times, serif;
 font-size: 1em;
 color: #555;
 background: transparent;
 }

#skipnav, #warning {
 display: none;
 }
 
#content a:after {
 content: " ("attr(href)")";
 color: #000;
 background: transparent;
 }
