/* --------------------------------------------------------------------------------------------------------
   Title:			Sargent Shriver
   Author:			Milton Pacheco
   Email:			milton.pacheco@boylstontech.com
   License: 		Copyright 2008, SSPI. All Rights Reserved.
   description:	    This is the base style sheet imports other style sheets.
   --------------------------------------------------------------------------------------------------------*/

   
   
/* ---------------------------------------------------------------------------------------------------------
   importing styles
   --------------------------------------------------------------------------------------------------------*/
   @import url("reset.css");
   @import url("layout.css");
   @import url("typography.css");


