/* 
A series of IE6 "adjustments" to get around bugs and quirks in 
this browser. 
*/


.advancedsearchlink ul.AspNet-Menu
{
	/* 
    IE6 needs this massive hint to stop cutting off the bottom 
	of the advanced search menu item.
    */
	height: 100%;	
}

div.site
{
	/* 
	IE 6 takes the left border into account with the width 
	causing all the floats to disappear. Add the 25 pixel 
	left border to make it behave itself. 
    */
	width: 775px;
}

