/*****************************************************
Name: global.css
Desc: Contains the @imports for all other style sheets.
		Style sheet names should be self-explanatory. For 
		more information on an particular CSS, refer to
		the actual file.
*****************************************************/

@import "images.css";
@import "layout.css";
@import "presentation.css";
@import "tabs.css";
@import "slider.css";

