/* This style sheet is seen only by WinIE via conditional comments. */

#site-nav { /* fixes broken box model */
	width: 207px; /* for IE5 */
	w\idth: 180px; /* for IE6+ */
	}

#sidebar h2 { /* simulates min-height */
	height: 31px; /* for IE5 */
	he\ight: 18px; /* for IE6+ */
	}

#feature h2 { /* simulates min-height */
	height: 31px; /* for IE5 */
	he\ight: 18px; /* for IE6+ */
	}

table {
	font-size: 1em; /* fixes font size inheritance bug in IE5 */
	}
