
/* Fonts */
@font-face {
	font-family: 'Martell';
	src: url('../fonts/martell.eot'); /* IE9 Compat Modes */
	src: url('../fonts/martell.eot?#iefix') format('embedded-opentype'); /* IE6-IE8 */
	src: url('../fonts/martell.otf') format('truetype'); /* Safari, Android, iOS */
}

		body {
			font-family: 'Martell', "Helvetica Neue", Helvetica, Arial, sans-serif;
		}
