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


/* Created 	- Day Month, Year */
/* Author	- Firstname Lastname */
/* Web		- company website address */


	/*------ IMPORT STYLESHEETS ------*/
	@import "reset.css";
	@import "typography.css";
	@import "structure.css";
	@import "other.css";
	
	
	body { background: #7ba5b3; color: #666666; font: 62.5%/1.6 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: value; font-weight: value; font-style: value; text-decoration: none; text-transform: none; text-indent: none; }