/*  ----------------
	master.css
	author: sarah@sarahgoodway.com
	company: Andrew Bennett UPholstery
	date: 23/04/2008

	description: co-ordinates the import of relevant style sheets
	----------------- */

@import "reset.css";
@import "screen.css";
@import: url("ie7.css");


