@charset "iso-8859-1";

/*
**                   
**             File: master.css
**            Title: Nova Modern, v.1
**         Site URL: http://www.novamodern.com/
**      Description: CSS for website: http://www.novamodern.com/
**          Created: 05/05/07
**         Modified: 07/07/07
**          Creator: Micky Hulse
**           Author: Micky Hulse
**      Author URLs: 
**                   http://www.ambiguism.com/
**                   http://www.lowkeystyle.com
**  Hack references: 
**                   http://www.communis.co.uk/dithered/css_filters/index.html
**                   http://imfo.ru/csstest/css_hacks/import.php
**                   
**            Notes: 
**                   IE6 Duplicate Characters Bug - the fix involves using conditional comments.
**                   http://www.positioniseverything.net/explorer/dup-characters.html
**                   
**                   Editing this and/or any of the below imported files should only be done by people experienced with CSS.
**                   Assume every character below this comment, and within the imported CSS files, is crucial to the stability of the layout in all browsers.
**                   It is common practice to use specially formatted comments to hide certain css rules from buggy browsers.
**                   
*/

	/*----------( IMPORT STYLE: )---------*/
		@import "resets.css"/**/;
		@import "fonts.css"/**/;
		@import "links.css"/**/;
		@import "base.css"/**/;
		@import "layout.css"/**/;
		@import "forms.css"/**/;
		@import "pending.css"/**/;
	/*------------------------------------*/