/* ========================================================

IE6 BROWSER BUG FIXES

The following code fixes various rendering bugs found in IE6 */

/* #main-content-intro container needs no side margins. Otherwise layout breaks. */
#main-content-intro {
  margin: 0 0 20px;
}
#main-content-intro p {
  line-height: 1.2;
}
#slideshow {
  margin-left: 3px;
  display: inline;
}
#local-navigation #bakerloo { 
  border-top: none; 
}
