body {
   background: white;
   font-size: 12pt;
   font-family: Verdana, sans-serif;
}
   
div#bannerContainer {
   display: none;
}
   
#leftnav{
   display: none;
}


#wrapper {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
 }
   
div#main {
   margin-left: 0;
   padding-top: 1em;
   border-top: 1px dotted #666;
}
   
div#main a:link, a:visited {
   color: #CCC;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
 
div#content {
   float: none !important;
   margin-left: 0;
   padding-top: 1em;
   border-top: 1px solid #666;
   width:550px;
}

div#content a:link, a:visited {
   color: #CCC;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   

#breadcrumb{
    display: none;

}

a:link, a:visited {
   color: #CCC;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#main a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#main a[href^="/"]:after {
   content: " (http://www.imhc.ie" attr(href) ") ";
   }
   

/**/

