@charset "utf-8";
.background_central_paper {
	background-attachment: scroll;
	background-image: url(backgrounds/general_central_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
@font-face {
    font-family: 'exoticamedium';
    src: url('fonts/exotica-webfont.eot');
    src: url('fonts/exotica-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exotica-webfont.woff') format('woff'),
         url('fonts/exotica-webfont.ttf') format('truetype'),
         url('fonts/exotica-webfont.svg#exoticamedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1 {
	font-family: "exoticamedium", "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: normal;
	color: #361D18;
	text-align: left;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #3A1E1B;
	text-align: left;
}
