
/*	===============================================================
	© BRIGHTENUP
	http://www.brightenupme.com

	Type:				Import stylesheet
	Build by:			Exitseven
	Original Author:	James Bates
	Author Email:		james@exit7.co.uk
	Creation Date:		23 Sept 2008
	---------------------------------------------------------------
	Version number: 	1.0
	Last edited:		NA - Still in developement
	============================================================ */


/*	---------------------------------------------------------------
	BASE			Resets basic browser styling 
	
	STRUCTURE		Builds all framework & structural global elements
	
	TYPOGRAPHY		This contains all semantic elements, headings,
					paragraphs, lists, blockquotes etc..
					
	FORMS			Controls all form elements
	
	STYLE			Any other graphial style elements
	------------------------------------------------------------ */


	@import 'base.css';
	@import 'structure.css';
	@import 'typography.css';
	@import 'styles.css';
	@import 'colour.css';