/* FDVS IE IssuesStylesheet */
/* Author: Michael Johnson */
/* http://www.envoyinc.com */
/* Created: 3/13/2007 */
/* Modified: 4/10/2007 */

/* font-size keyword fix for ie5/win */
body {
	font-size: x-small; /* ie5/win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

/* box model hack for ie5/win */
#content-wrap, 
#header div, 
#footer-content {
	width: 452px; /* ie5/win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 422px;
	}
html>body #content-wrap, 
html>body #header div { /* be nice to Opera */
	width: 922px;
	}
html>body #footer-content { /* be nice to Opera */
	width: 420px;
	}

/* self-clearing floats */
* html #wrap,
* html #content-wrap, 
* html #header {
	height: 1%;
	}