/* For IE5 Win */

/*
   ODE TO IE5 WIN

   IE5, you're not much fun.
   You were OK in 2001.
   But now when using CSS,
   Mostly you just make a mess.
*/


/* Container for page */
#container { width:expression(document.body.clientWidth<790 ? "784px" : "auto") }

.code { width: 100%;}

.articleImage { width: auto; }

.pagekit { width: 31%; }

/* Random hackage that just about holds IE5 together */
.threecolShaded.centre { float: left; background: red; width: 30%; margin-left: 3.5%;  }
.threecolShaded.centre .inner { float: none; margin: 0 0 0 0; width: 100%; }
.threecolShaded.right { float: right; }
