/*
Title:		netboffin fixes for Internet Explorer
Author: 	michael@netboffin.com
Updated:	25 October 2006
*/

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

/* Add 16px to IE5/Win to account for 8px border on either side */

#wrapper {
	width: 958px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 950px;
	}
html>body #wrapper { /* be nice to Opera */
	width: 950px;
	}

/* fixes IE double-margin bug */
#content, #sidebar {
	display: inline;
	}

/* hide from IE/Mac \*/
#footer {
	height: 1%;
	}
/* end hide */

