#panel1 { display: none; }
#panel3 { display: none; }
#searchbox {display: none; }
#topnav { display: none; }
#title img {display: none; }
html, body
{ 
  margin: 0px;
  padding: 10px;
  height: 100%;
  font-family: Trebuchet MS, helvetica, sans-serif;
  font-size: 90%;
  line-height: 1.3;
}

#container
{ 
  padding: 0px;
  position: relative;
  min-height: 100%;
  height: 100%;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: auto;
}

img {
   border: none;
   }

/* hack for IE */

html>body #container
{
  height: auto;
}

#main
{ 
  margin: auto;
   position: relative;
}


#footer
{ 
/*  position: absolute; */
  position: relative; /* to avoid extra blank print page - GJvD - 20071212 */
  bottom: 0;
  width: 100%;
  height: 34px;
}
#footer div
{ 
  font-size: 85%;
  margin: 7px auto;
}


/* breadcrumb */
#path {
   margin: 10px 0 10px 0;
   font-size: 80%;
   font-weight: bold;
}

#path a {
   text-decoration: none;
   color: black;
}

.detail {
	font-size: 80%;
}
