/*------------------------------------------------------------------
[Master Stylesheet]

	Project:	Astuteo.com
	Version:	2.0  IN PROGRESS
	Launch date:	
	Last change:	
	Authored by:	Matt Everson
	Primary use:	Screen Layout

[Table of Contents]

	* body /.index
		+ Header / #header
			- Logo / #logo
			- Navigation / #navbar
		+ Content / #content
			- Overview / #overview
			- Work / #work
				- Portfolio /#portfolio
				- Notes / .notes
			- Services / #services
				- List of Services
				- Notes /.notes
		+ Footer / #footer
	
[Color Codes]

	Background:	#000000 (black)
	Content:	#000000 (black)
	Header h1:	#000000 (black)
	Header h2:	#000000 (black)
	Footer:		#000000 (black)

	a (standard):	#000000 (black)
	a (visited):	#000000 (black)
	a (active):		#000000 (black)

-------------------------------------------------------------

/* reset all styles */
@import url("reset-a3.css");

/* typography styles */
@import url("typo-a3.css");

/* main layout */
@import url("layout-a3.css");

/* Lightbox 2.04 */
@import url("lightbox-a3.css");