body {
	font:11px/1.231 georgia, verdana, arial, helvetica, clean, sans-serif;
	/* For IE6/IE7. */ 
	*font-size: small; 
	/* For IE in Quirks Mode. */
	*font: x-small; 
}
select, input, button, textarea, button {
	/* Nudge down to get to the 13px equivalent for these form elements. */ 
	font: 99% georgia, verdana, arial, helvetica, clean, sans-serif;
}
table {
	/* To help tables remember to inherit settings. */
	font-size: inherit;
	font: 100%;
}
pre, code, kbd, samp, tt {
	/* Bump up IE to get to the 13px equivalent for these fixed-width elements. */
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}


/* FONT-FACE */
@font-face {
    font-family: 'Museo300';
    src: url('../fonts/Museo300-Regular-webfont.eot');
    src: url('../fonts/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Museo300-Regular-webfont.woff') format('woff'),
         url('../fonts/Museo300-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Museo300-Regular-webfont.svg#Museo300') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Museo500';
    src: url('../fonts/Museo500-Regular-webfont.eot');
    src: url('../fonts/Museo500-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Museo500-Regular-webfont.woff') format('woff'),
         url('../fonts/Museo500-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Museo500-Regular-webfont.svg#Museo500') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Museo700';
    src: url('../fonts/Museo700-Regular-webfont.eot');
    src: url('../fonts/Museo700-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Museo700-Regular-webfont.woff') format('woff'),
         url('../fonts/Museo700-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Museo700-Regular-webfont.svg#Museo700') format('svg');
    font-weight: normal;
    font-style: normal;
}