/*******************************
 *
 *	TYPO_MEDIUM.CSS
 *
 *  Version: 1.0
 *
 *	Authors: 
 *	The Roundhouse
 *  Tom Knowles / Paul Lewis / Mike Harris / Gav Dellbridge / Dan Pace / Dan Nisbet
 *
 *  Description:
 *
 *	This CSS bumps up the global 
 *  font size to 'medium'.
 */
 
body 
{
    font-size: 105%;
}

/* +40 */

#site #toolbar
{
	width:				700px !important;
}

#site.espanol #toolbar
{
	width:				720px !important;
}

#site.francais #toolbar
{
	width:				740px !important;
}

#site.russian #toolbar
{
	width:				745px !important;
}
