/*
* This is the main file for the site. This controls the precendence of import for the css files.
* This is also the place where basic colors for the site are annotated. 
*/


/******* BASIC CSS CONSTANTS *****************
body background:      #D7D59A
********************************************/

@import '../shared/reset.css';
@import '../shared/master_shared.css';
@import 'grid.css';
@import 'layout.css';
@import 'sections.css';
@import 'images.css';
@import 'lists.css';
@import 'forms.css';
@import 'text.css';
@import 'tables.css';


