* html body{  
	/* becuase IE 5 is dumb */
	font-size: x-small;
	/* becuase all other versions of IE are dumb as well */
	f\ont-size: small;
}

/* min-width hack */
* html body #container {width:expression(
(document.documentElement.offsetWidth) > 1024?  "1024px" 
: ((document.documentElement.offsetWidth) < 784? "784px" : "97%")); }

/* Hide from IE5-Mac \*/
#nav a, #nav a span{
	float: none
}
/* End hide */

/*** :after ie fix */
dl.feature {display: inline-block; }
/* hide from ie mac \*/
* html dl.feature{ height: 1%;}
* html #content div.story{ border-top: 1px solid #999; }
dl.feature {display: block;}
/* end hide from ie mac */

