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


/* Created 	- 11 May, 2009 */
/* Author	- Matthew Holmes */
/* Web		- www.ivt.com.au */


	/*------ IMPORT STYLESHEETS ------*/
	@import "reset.css";
	@import "typography.css";
	@import "structure.css";
	/*@import "other.css";*/
	
	body { margin: 0; background: #eee url(../images/bg.gif) repeat-x; color: #999; font: 62.5%/1.6 "Trebuchet MS", Arial, Helvetica, sans-serif; }
	
	/*------ CSS STRUCTURE EXAMPLES ------*/
	
	
	/* section titles to done as below */
	
	/*---------------------------------------------*/
	/*-------------- SECTION TITLES ---------------*/
	/*---------------------------------------------*/
	
	
	/* comments or labels to done as below */
	
	/* --- comments or labels */
	
	
	/* 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: 0; font-weight: normal; font-style: normal; text-decoration: none; text-transform: none; text-indent: 0; }
