/*2.009 2005 template*/

#printer_header { display:none;}

#professor {
  position:absolute; 
  z-index=10; 
  left:10px; 
  top:22px
}

#courseName {
 position:absolute;
 z-index=10;
 left:162px;
 top:15px
}

#lightbulbs {
 position:absolute;
 z-index=15; 
 left:157px; 
 top:90px
}

#search {
 position:absolute; 
 width:122px; 
 height:55px; 
 z-index:10; 
 left: 25px; 
 top: 275px;
}

/* set left and top values below taking into consideration
   left and top values for menu in menu_bar_functions.js */
#page_body {
  position:absolute;
  z-index:2;
  width:641px;
  left:162px;
  top:230px
}
