/*  ----------------
	master.css
	author: sarah@monkeypug.co.uk
	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");

