/*---{ fontsize fix }-------------------------------------------------*/

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

/*---{ boxmodel fixes }-----------------------------------------------*/

#content{
	width: 360px; /* IE5 Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 280px;  
}
html>body #content{
	width: 280px;
}

#sidecol{
	width: 260px; /* IE5 Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 220px;  
}
html>body #sidecol{
	width: 220px;
}


