/* Main style sheet that's linked to from HTML source.
List of other style sheets to be imported - order important. 
==================================================================== */

/* 
Title: Screen styles and IE/Win Patches
Author: otti@ottimoto.com.au
==================================================================== */

/* Import style sheets in the correct order and hide from IE/Mac \*/
/* Backslash line above for unstyled view in IE/Mac */
/* First reset style sheet for consistent base and save duplicate rules. */
/* Second master style sheet including clearfix. */
/* Third ie style sheet including clearfix for IE6 + IE7 and possibly other IE patches. */
@import url("reset.css");
@import url("master.css");
@import url("ie.css");
/* end import/hide */