/*   
IE 6.0 specific
*/

@media screen, projection, tv {
/* ******************************************************************
MAIN STRUCTURE & STYLING - screen, projection, tv
CSS below creates structure & styling of entire website  
****************************************************************** */ 


	/* ~~~~~~~~~~~~ SETUP - FLUID LAYOUT ~~~~~~~~~~~~ */
	body#fluid #sidebar { float: left; width: 440px; padding-left: 40px; }
	
	
	/* ~~~~~~~~~~~~ HOME ~~~~~~~~~~~~ */
	div.graphic-line { display: block; height: 6px; font-size: 1px; line-height: 1px; overflow: hidden; }
	
	/* ~~~~~~~~~~~~ TEXT CONTENT PAGES ~~~~~~~~~~~~ */
	div.two-column { margin-right: 0px; padding-right: 25px; }
	div.four-column { margin-right: 0px; padding-right: 25px; }

		
} /* END screen, projection, TV media */


