/*****************************************************
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 "menu.css";
@import "presentation.css";
@import "mozilla.css";
@import "lightbox.css";

