/* ------------------------------------------------------------
Site: Colloidal Dynamics Pty Ltd
Author: Jen Armstrong, Small Pirate Creative
Updated: 03 October 2006
------------------------------------------------------------ */

/*  Fixes for IE/Win */

/* font-size keyword fix for ie5/win */
body {
	font-size: x-small; /* ie5/win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	font-size: 0.85em;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

/* box model hack for ie5/win */
#wrap-inner {
	width: 780px; /* ie5/win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 750px;
	}
html>body #wrap-inner { /* be nice to Opera */
	width: 750px;
	}

/* self-clearing floats */

* html #wrap-inner, 
* html #header {
	height: 1%;
	}