#leftPanel {
	position: absolute;
	width: expression(eval(rightPanelWidth()));
	height: expression(eval(panelHeight()));
	left: 0;
	top: 0;
	background-image: url(/global/images/left_pat.gif);
	layer-background-image: url(/global/images/left_pat.gif);
	visibility: visible;
}		

#mainPanel {
	position: absolute;
	width: 765;
	left: expression(eval(mainPanelLeftPosition()));
	top: 0;
	height: expression(eval(panelHeight()));
	background-image: url(/global/images/main_panel_background.gif);
	layer-background-image: url(/global/images/main_panel_background.gif);
	visibility: visible;

}
	  
#rightPanel {
	position: absolute;
	width: expression(eval(rightPanelWidth()));
	left: expression(eval(rightPanelLeft()));
	top: 0;
	height: expression(eval(panelHeight()));
	background-image: url(/global/images/right_pat.gif);
	layer-background-image: url(/global/images/right_pat.gif);
	visibility: visible;

}
