body { behavior: url(/includes/hover.htc); }

/* IE <=6 doesn't understand max-width so we need this: */
* html #wrapper { 
	width: expression((this.parentNode.clientWidth<1024)? "100%" : "80em");
	height: 100%;
}
.clearer, ul#divisionmenu { display: inline-block; } /* clears the floats */
#content, #content li a, .gallery  { height: 1%; } /* cures hasLayout bugs */

@media print {
	* html #content { width: 400px }
}