/*******************************
 *
 *	TYPO_LARGE.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 'large'.
 */
 
body 
{
    font-size: 115%;
}

/* + 65 */

#site #toolbar
{
	width:				725px !important;
}

#site.espanol #toolbar
{
	width:				745px !important;
}

#site.francais #toolbar
{
	width:				775px !important;
}

#site.russian #toolbar
{
	width:				770px !important;
}
