/*------------------------------------------------------------------ 
[Master Stylesheet] 
  
Project:    L'Arche Toronto  
Last change:    05/02/08
-------------------------------------------------------------------*/
/*
Stylesheets are divided into the following files:

master.css - Main file which is imported into HTML and links all CSS files together
layout.css - Defines container position, margin and padding
typography.css - Defines typography and link styles, including color
forms.css - Defines how forms will look, including color and positioning
images.css - Defines how images will be displayed, including colors and borders

   */

/*-----------------------------------------------------------------*/
/*-----Import all the CSS component files--------------------------*/

@import "css/reset.css";  
@import "css/layout.css";  
@import "css/horiz_css_dropdown.css";  
@import "css/colors.css";  
@import "css/typography.css";