/*-----------------------------------------------------------------------------
the Outlet IE5.5-6 specific Style Sheet

version:   1.0
author:    Ivan Slade
company:   BrightStarr
website:   http://www.brightstarr.co.uk/
-----------------------------------------------------------------------------*/
body {text-align: center}
#sizer {text-align: left}
#trans, #menu { behavior: url(code/iepngfix.htc) }
/*bit of a hack to fix fluid center*/
#sizer {
	width:expression(document.body.clientWidth > 1280 ? "250px" : "47%" );
}
#colone,#coltwoa,#coltwob {
	height: 245px;
}