/*
-----------------------------------------------
El Barranco Print Style Sheet
Version:  12 September 2006
----------------------------------------------- */
/* print styles */
/* Remove all unnecessary elements, and make the ones that survive black text on white background */
body {color: black; background: white; font:80% "lucida sans unicode", verdana, sans-serif;}
.printbody { width: 746px;;}
/* This'll only work in modern browsers like Firefox, but will add an explanation to the top of the page when printed. */
.printbody:before {content: "This is a printer-friendly version. The navigation and other unnecessary elements have been removed."; 
display: block; margin-bottom: 3mm; padding: 3px 3px 2px; background: #f9f8e4; text-align: center; }

.menu {
	display:none;
}
.imghead{
	display:none;
}
.footer {
	display:none;
}
.leftpanel{
	display:none;
}



