#center, #subheader1, #footer {
	width: 100%;
	margin: 0;
	float: none;
}

body, #center, #footer, #subheader1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}

#subheader1{visibility: visible;}

#subheader2, #subheader3, #right {display:none;}

a:link, a:visited {
	color: #000;
	font-size: 12px;
}

img {
	display: none;
	visibility: hidden;
}

object{
	/* visibility: hidden;  */	
	display: none;
}

/* Hack, to trick the browser to print another logo
   Unfortunetaly, Firefox on Windows doesn't show logo on print
    — see Mozilla bug 133490 for further details */
#subheader1 {
  display: list-item;
  list-style-image: url(graphics/header-1-work-nr4.jpg);
  list-style-position: inside;
	margin: 0 !important;
  padding: 0 !important;
	height: 168px;
}



