@charset "UTF-8";

/*------------------------------------------------------------------------------------
* Filename: master.css
* Version: 1.0.0 (2010-02-08)
* Website: www.envybeauty.com.au
* Author: Dhruv Raniga
* Description: Imports global style sheets.
    ------------------------------------------------------------------------------------*/
	
@import url("/css/reset.css"); /*imports style sheet that handles the global browser reset.*/
@import url("/css/layout.css"); /*imports style sheet that handles the sites global layout*/


