/* -----------------------------------
			
		 Jefferson at 1001 Ross 
		  ~ ie.css stylesheet ~
   		    Because IE Sucks!
		  
   ----------------------------------- */
   
/* -----------------------------------------------------
	Logo PNG fix... 
	
	NOTE: 	IE 5.5 & 6's AlphaImageLoader filter 
			does not allow links placed above a 
			filtered element unless the link has 
			a position (relative or absolute) set 
			and the filtered element has no position 
			set, but does have layout (width or height 
			set).  Also, since our navigation uses 
			the anchor element for its png background 
			images in standards compliant browsers, 
			for IE < 7 we set the background images 
			up one level in the DOM and apply the 
			images to the list element.  This of 
			course introduces a new problem in that 
			our rollover state which uses :hover 
			will not work on non anchor elements 
			in IE < 7, therefore we are unable to 
			set a rollover style.
   ----------------------------------------------------- */
* html #floorplans #content {
  width: 951px;
}
