/* Hides from IE-mac \*/
* html #contentContainer {
	height:1%;
	}
/* End hide from IE-mac */

* html #leftCol  /* this is recognized by IE only */
  {
  width: 550px;  /* total width, only for IE5.x/Win */
  w\idth: 490px; /* content width for other IE */
  }
 
* html #rightCol  /* this is recognized by IE only */
{
width: 205px;  /* total width, only for IE5.x/Win */
w\idth: 165px; /* content width for other IE */
}

/* this style declaration controls png transparency for IE 6 */
img {
	behavior:url(css/iepngfix.htc);
	}