@import url(./reset.css); /* CSS Reset */
@import url(./960_24_col.css); /* Load 24 Column 960 Grid */

/*
* This stylesheet is a master stylesheet that loads in other colours.
* To change the skin simply comment/uncomment the relevant line.
*
* NOTE: If you are changing the skin please ensure that you update 
* the 'load.js' file (found in the 'js' directory) and the icon colours
* in the index.html file.
*/
/*@import url(./purple_orange.css);*/ /* Comment/Uncomment this line to turn the the Purple_Orange Skin off/on */
@import url(./grey.css); /* Comment/Uncomment this line to turn the the Grey Skin off/on */
/*@import url(./blue.css);*/ /* Comment/Uncomment this line to turn the the Blue Skin off/on */
/*@import url(./red_yellow.css);*/ /* Comment/Uncomment this line to turn the the Red_Yellow Skin off/on */
/*@import url(./green.css);*/ /* Comment/Uncomment this line to turn the the Green Skin off/on */
