/* PNG for IE fix: behaviour path is relative to html  C VERSION in temp*/
div, img, a, ul { behavior: url('other/iepngfix/iepngfix.htc');}

* html #main-content-cap {
	/*margin-left: 2px;*/
}

* html #content-wrap {
	float: none; /* very important, whole header hides without it */
	width: 758px; /* compesate for gutters */
}
/* same as above but for ie7 */
html>body #content-wrap { *float: none; }  /* very important, whole header hides without it */
/* html>body #content-wrap { *width: 758px; } IE7 does not need this */


* html .hr-h1, * html .hr-h2 {
	margin-right: -110px;
}
* html #content-wrap .timetable-box {
	height: 65px;
}

/* for some reason IE6 shoots out menu items, setting the line height to anything, turns it to one spacing... */
* html ul.nav ul li {
	line-height: 10px;
}
