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

	written by julian@visuallizard.com 

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

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


/*=====================================================================================*
	import our good styles
	this hides them from older systems and leaves those system with styles + code 
	as the above rules dictate
*=====================================================================================*/


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


/*=====================================================================================*
	styles for older, legacy browsers
	general text only styles really
*=====================================================================================*/


body {
	background: rgb(240, 233, 233) url("../i/b/body_bk01.gif") 0 0 repeat-y;
	font-family: "Trade Gothic Medium", "Helvetica Neue Roman", "Univers Roman", Arial, Tahoma, sans-serif;
}




