@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'AppleChancery';
    src: url('../css/font/apple_chancery-webfont.eot');
    src: url('../css/font/apple_chancery-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/font/apple_chancery-webfont.woff') format('woff'),
         url('../css/font/apple_chancery-webfont.ttf') format('truetype'),
         url('../css/font/apple_chancery-webfont.svg#AppleChancery') format('svg');
    font-weight: normal;
    font-style: normal;

}

.titleSection{
	color:#67643d;
	font:29px AppleChancery;
	text-shadow: 4px 4px 8px #fdfcee;  }