/*

********************
Resource Techniques
********************
webSite Title Here
Layout CSS
Rev. 05/11/2008
********************

This stylesheet imports the layout structure for the site
					
****************************************

PLEASE NOTE:

The stylesheet structure of the website follows the concept of Progressive Enhancement.
Single quotes and media type MUST NOT be changed in this stylesheet.

*/

@import 'screen.css' screen; /* Do NOT Change */
@import 'print.css' print; /* Do NOT Change */
/*@import 'iphone.css' handheld, screen and (max-device-width: 480px); /* Do NOT Change */
