/*
	File: cssLoader.css
	Created: 04/12/07
	Created by: Mike '1312' Byrne
	Version: 1.00
	
	This loads in the other CSS documents required for the site. The order of some of these *IS* important.
	
	2/32
*/

/* core */
@import url("/stylesheets/common.css");
@import url("/stylesheets/application.css");
/* modules */

/* pages */
@import url("/stylesheets/pages/home.css");  
@import url("/stylesheets/pages/detail.css");  
@import url("/stylesheets/pages/slant.css");  