/*
file: 		style.css
date: 		21.Feb.08
updated:	13.Apr.08
author: 	Scott, Jeremy E (design.thescottspot.com) 	
notes:		#1: for all media
			#2: file will house numerous @import declarations to import hierachial css files.  for sites seeking greater efficiency
				it is recommended that a server-side scripting tool is used to combine all files into one for efficient production use.
*/

@import url('reset.css');
/*uncomment below if using the 960 Gridsystem 
  found at http://960.gs/ */
@import url('960.css');
@import url('layout.css');
@import url('style.css');
/*comment below @import during production, it 
is a development-only validation tool*/
/*@import url('diagnostics.css')*/
