* html * { zoom:1; } /* IE layout hack */

#body {background: white url(../images/t/main.bg.gif) 500px top repeat-y;}

/* Left + main + right = 732px */

#leftcol { display:none; }

#maincol {/* Total Width: 500px */ width: 476px; float: left; padding: 20px 8px 20px 18px;}
* html #maincol { width: 476px; float: left;}

#rightcol {
	display:block;
	float:right;
	width: 220px; /* total: 232px */
	padding-left: 12px;
	padding-top: 20px;

}
* html #rightcol { display:block; float:right; width:220px; }