
/*	===============================================================
	© i2i
	www.i2ic.com 

	Type:				Import Styles
	Author:				Nigel Morris
	Creation Date:		30 July 2007
	---------------------------------------------------------------
	Version no:			1.0
	Last edited:		7 April 2008
	============================================================ */

/* ------------------------------------------------------------- */
/*                                                               */
/*           SITE STRUCTURE                                      */
/*                                                               */
/*           1.header                                            */
/*             h1,h2                                             */
/*           2.left column                                       */
/*             h1,h2,ul                                           */
/*           3.centre column                                     */
/*             h1,h2                                             */
/*           4.right column                                      */
/*             h1,h2,ul                                            */
/*           5.footer                                            */
/*             p                                                 */
/*                                                               */
/* ------------------------------------------------------------- */

/*	---------------------------------------------------------------
	NON HACKS
	---------------------------------------------------------------
	Imports styles for compliant browsers
	1. Structure - All framework & structural elements
	2. Semantic - This contains all semantic elements, headings,
	paragraphs, blockquotes etc

	------------------------------------------------------------ */

	@import url("structure.css");
	@import url("semantic.css");

/*	---------------------------------------------------------------
	BROWSER SPECIFIC SHEETS
	---------------------------------------------------------------
	1. Mac IE5 using Band Pass Filter
	http://www.stopdesign.com/examples/ie5mac-bpf/
	------------------------------------------------------------ */
	
	/*\*//*/
	@import "ie5mac.css";
	/**/