/*---{ 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 }-----------------------------------------------*/

#wrapper{
	width: 730px; /* IE5 Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 700px;

}
html>body #wrapper{
	width: 700px;
}

#topbar{
	width: 670px; /* IE5 Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 630px;  
}
html>body #topbar{
	width: 630px;
}

#mainnavigation{
	width: 670px; /* IE5 Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 669px;  
}
html>body #mainnavigation{
	width: 669px;
}

#content{
	width: 500px; /* IE5 Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 460px;  
}
html>body #content{
	width: 460pxx;
}

#sidebar{
	width: 170px; /* IE5 Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 130px;  
}
html>body #sidebar{
	width: 130px;
}

