/* Estona print css */

/* Remove header, footer and the left and right hand menus */
#hd, #lmenu, #rmenu, #footer  {display: none;}

/* Remove width restrictions on the content area and the divs within which the content is contained */
#wrapper, #content {
	margin: 0px; border: 0px; padding: 0px;
	width: 95%;
}