/*------------------------------------------------*/
/*-------------- MASTER STYLESHEET ---------------*/
/*------------------------------------------------*/


/* Created 	- 29 Apr, 2009 */
/* Author	- Matthew Holmes */
/* Web		- www.ivt.com.au */


	/*------ IMPORT STYLESHEETS ------*/
	@import "reset.css";
	@import "typography.css";
	@import "structure.css";
	@import "other.css";
	
	
	/*------ BODY TO DONE, DO NOT REMOVE ------*/
	body { background: #e3e2e2; color: #000; font: 62.5%/1.6 Helvetica, Arial, sans-serif; }
	
	
	/*------ CSS STRUCTURE EXAMPLES ------*/
	
	
	/* section titles to done as below */
	
	/*---------------------------------------------*/
	/*-------------- SECTION TITLES ---------------*/
	/*---------------------------------------------*/
	
	
	/* comments to done as below */
	
	/* --- comments */
	
	
	/* ordering of css elements, example below */
	
	#myDiv { float: left; display: block; width: 0px; height: 0px; margin: 0; padding: 0; border: 0; background: none; color: #000; font-size: value; font-weight: value; font-style: value; text-decoration: none; text-transform: none; text-indent: none; }
