/*===========================================================================

	written by julian@visuallizard.com 

	This file is the stub.css file. 
	Much like a faux projector in Director, 
	this is used to load up all the the styles 
	for the site, with @import, and prevent 
	the IE "flash" of unstyled content. 
	
	(c)2006 - visuallizard.com

===========================================================================*/

@import url("body.css");
@import url("layout.css");
@import url("style.css");


/*===========================================================================
    the files below are for future removal of required CSS hacks
===========================================================================*/

/*===========================================================================
    the following file targets IE Win 5/6
    it is read by all browsers.
    compliant browsers ignore the contents however.
===========================================================================*/
@import "ie6win_hacks.css";

/*===========================================================================
    the following file targets IE Win 5    
    it is read only by IE 5 Windows
    Makes use of the Mid Pass Filter: 
	http://tantek.com/CSS/Examples/midpass.html 
===========================================================================*/
@media tty {
 i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */


