/*---{ 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:571px; /* IE5 Win * /
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 531px;  
}
html>body #content{
	width:531px;
}


#sidecol{
	width:207px; /* IE5 Win * /
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 157px;  
}
html>body #sidecol{
	width:157px;
}
*/

