/**
* @version $Id:template_css.css,v 1.0 $
* @copyright (C) 2005 Mambosolutions.com
* @license http://www.mambosolutions.com/license.php
* @author http://www.mambosolutions.com
* SPECIAL INTRUCTIONS: to change the header from IG to Small (100px height)
* just change the one line below as noted in the comments
*/

/*
 * hiding from older browsers (show in IE Mac)        
 * avoiding the flash of unstyled content in IE 5 Win 
 */

/* -- Imported styles ----------------------------- */ 
 
@import url("general.css"); 
@import url("template.css");
/* SET HEADER SIZE 
* uncomment below to change to small 100px height header style (default template.css call a 300px height header image)
*/
/*@import url("template_sm.css"); */
@import url("elements.css"); 
@import url("typography.css");

@import("iemac.css"); /* Styles for IE Mac only */ 