@charset "utf-8";
/* -----------------------------------------------------------------------------------------
File:			type.css	
Description:	Typography

Created:		30/01/07
Modified:		dd/mm/yy

TODO:			--
BUG/FIX:		--

Author:			George Komianos
Copyright:		2006 Acrodev.com - Unless otherwise noted.
				The unique combination of images, colors, sizes, typography, and positioning 
				("the design") 	is copyright 2005 Acrodev.com and may not be reproduced. 
----------------------------------------------------------------------------------------- */
/* IE6 */
body { 
	font-size: medium;
}
body #wrapper { 
	font-size: 75%;
}

/* + IE7 only */
html>body { 
	font-size: medium;
}
html>body #wrapper { 
	font-size: 90%;
	~font-size: 80%;
}

/*#wrapper {
	font-size: 90%;
	letter-spacing: 0.1px;
}*/