/*
	CSS 3 layout
	COMPATIBLE WITH 
	SAFARI 3.1.2
	FIREFOX 3.5
*/
@font-face{
	font-family: Didot;
	src: url('font/Didot.otf') format("opentype");
	font-style:normal;
	font-weight:normal;
}
@font-face{
	font-family: Didot;
	src: url('font/Didot001.otf') format("opentype");
	font-style:normal;
	font-weight:bold;
}
@font-face{
	font-family: Didot;
	src: url('font/Didot002.otf') format("opentype");
	font-style:italic;
	font-weight:normal;
}
@font-face{
	font-family: Baskerville;
	src: url('font/Baskerville.ttf') format("truetype");
	font-style:normal;
	font-weight:normal;
}
@font-face{
	font-family: Baskerville;
	src: url('font/Baskerville002.ttf') format("truetype");
	font-style:italic;
	font-weight:normal;
}
@font-face{
	font-family: Baskerville;
	src: url('font/Baskerville001.ttf') format("truetype");
	font-style:normal;
	font-weight:bold;
}