/*

LAYOUT 04 - large left rail,  small right rail

*/


.leftrail {
	position: relative;
	left: -36px;
	width:805px;
	}
	
.rightrail {
	width:160px;
	position:absolute;
	right:-51px;
	top:41px;
	z-index:10;
	}
