  /*************************************************************************
  *      _____          _        _______ _     _      _                    *                
  *     / ____|        | |      |__   __| |   (_)    | |                   *                
  *    | |     ___   __| | ___     | |  | |__  _ _ __| |_ ___  ___ _ __    *
  *    | |    / _ \ / _` |/ _ \    | |  | '_ \| | '__| __/ _ \/ _ \ '_ \   * 
  *    | |___| (_) | (_| |  __/    | |  | | | | | |  | ||  __/  __/ | | |  * 
  *     \_____\___/ \__,_|\___|    |_|  |_| |_|_|_|   \__\___|\___|_| |_|  * 
  *                                                                        *
  **************************************************************************
  *                                                                        *
  *	Title 		:   Code Thirteen Design Studio      					   * 
  *	Author      :   Paul Tutty                                             * 
  * URL         :   http://www.codethirteen.com                            *
  *																		   *
  *	Description : 	Code Thirteen Main site redesign            		   *
  *																		   *
  *	Created     : 	August 20th, 2007								       *
  *	Modified    :   -- / --                                                *
  *                                                                        *
  *                                                                        *
  *                                                                        *
  *************************************************************************/
/* Import stylesheets and hide from IE/Mac \*/

@import "reset.css";
@import "style.css";
@import "typography.css";
@import "style.css";
@import url(print.css) print;

/* End import/hide */
<!--[if IE]>
@import "ie.css";
<![endif]-->

body 		{ behavior:url('scripts/csshover.htc'); }
*			{ behavior:url('scripts/iepngfix.htc'); }