@font-face {
    font-family: 'TheanoDidotRegular';
    src: url('../fonts/TheanoDidot-Regular-webfont.eot');
    src: url('../fonts/TheanoDidot-Regular-webfont.eot?#iefix') format('eot'),
         url('../fonts/TheanoDidot-Regular-webfont.woff') format('woff'),
         url('../fonts/TheanoDidot-Regular-webfont.ttf') format('truetype'),
         url('../fonts/TheanoDidot-Regular-webfont.svg#webfonttMS2xVAO') format('svg');
    font-weight: normal;
    font-style: normal;
}


body{ 
	font-family:'TheanoDidotRegular';
	text-align:center;
	margin: 0;
	padding: 5px 50px 50px 50px;
	background-color: #fff;
	color:#111;
	text-rendering: optimizeLegibility;
	font-size:16px;
}
header, nav, section {
	display:block;
}
section {
	margin:32px 0 0 0;
}
h1 {
	font-family: 'TheanoDidotRegular';
	line-height: 140%;
	text-transform:uppercase;
	font-size:48px;
	letter-spacing:0.130em;
	font-weight:normal;
	margin:24px 0 0 0;
}
h1 span {
	border-bottom: 1px solid #000;
}
h2 {
	font-size:16px;
	font-weight:normal;
	font-style:italic;
}
a {
	text-decoration:none;
	color:#420;
}
a:hover {
	text-shadow:#aa8 1px 1px 2px;
}
#slide {
	margin: 25px auto 0 auto;
	position: relative;
	min-height: 751px;
	width: 850px;
}
#slide .slideimg {
	text-align: center;
	width: 850px;
	padding: 0 0 50px 0;
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
}