/*---------------------------------------------*/
/*  For Print                                  */
/*---------------------------------------------*/

@media print{

 #header div, #menuh div, #footer div { /* Hides the nav/header and footer */
  display:none;
 }

 #header, #header, #menuh, #maincontent_1, #footer {
  min-width:inherit;
 }

 .maincontent_1 {
  display:inline; /* Needed for FF */
 }
 
 #footer a:after {
	content: " |";	
} 

}
