/* 	CSS Document for LochsideRetreat.com 

	Copyright Steve Bullen March 2009 */

/*	
	*** Table of Contents ***
	
	1. Import Media Specific Stylesheets
	2. ...
											*/
										
										


/* *** 1. Import Media Specific Stylesheets  *** */



/* Netscape 4.x does not understand '@import' so will ignore 
the layout stylesheet but still apply colour and type styles. 
IE5/Mac cannot recognise links within single quotes so will 
ignore these stylesheets too - which is a good thing! */

/* Issues with IE will be dealt with using conditional comments 
placed within the html as recommended by Aaron Gustafson in the article
 "Progressive Enhancement with CSS" located at: http://www.alistapart.com/articles/progressiveenhancementwithcss.
 For information on Internet Explorer conditional comments, see: http://msdn.microsoft.com/en-us/library/ms537512.aspx#syntax */ 
 
@import 'css/screen.css' screen;
@import 'css/print.css' print; 



