
/* Typography - External Fonts 
-------------------------------------------------------------------------- */
@font-face {
    font-family: 'FVGranadaRegular';
    src: url('../fonts/fvgranada-regular-webfont.eot');
    src: url('../fonts/fvgranada-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fvgranada-regular-webfont.woff') format('woff'),
         url('../fonts/fvgranada-regular-webfont.ttf') format('truetype'),
         url('../fonts/fvgranada-regular-webfont.svg#FVGranadaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* Body 
-------------------------------------------------------------------------- */
body { 
    /*padding-top: 1em;*/
    /*background-image:url('/pix/samples/bubble1.gif');*/
    padding-top: 75px;
	font-family: FVGranadaRegular, Helvetica Neue, Helvetica, Arial;   
}
