  body {
    margin: 0;
    font-family: sans-serif;
    background-color: #ececec;
  }

@font-face {
    font-family: 'BookAntiqua';
    src: url('BookAntiqua.woff2') format('woff2'),
        url('BookAntiqua.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'GaramondWeb';
  src: url('garamond.woff2') format('woff2'),
       url('garamond.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}	

p { 
		text-align: justify;
}

a {
		color: #806040;
}		

header {
		width: 800px;
		min-width: 800px;
		font-family: 'GaramondWeb';
		font-size: 16pt;
		font-weight: bold;
		color: #606060;
		letter-spacing: 0.1em;
		text-align: right; 
		padding-bottom: 4px; 
		margin-bottom: 20px; 
		border-bottom: 1px solid #606060;
}		

footer {
		width: 800px;
		min-width: 800px;
		font-family: 'GaramondWeb';
		font-size: 11pt;
		color: #606060;
		text-align: center; 
		padding-top: 10px; 
		border-top: 1px solid #606060;
}	
		
  /* left */
.menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 220px;
    height: 130vh;         
		min-height: 130vh;
    background: #ececec;
    background-image: url("../pics/bg1R.png");
    background-repeat: repeat-y;
    background-position: top right; 
    color: #fff;
    padding: 0px 20px 20px 0px;
    box-sizing: border-box;
    overflow-y: auto;      
		font-family: 'GaramondWeb';
		font-size: 20pt;
  }

.start {
    padding: 70px 20px 20px 0px;
}		
	
ul {
		margin-top: 70px;
    list-style-type: none;
		margin-right: 0px;
		padding-inline-start: 30px;
}

li {
		margin-top: 40px;
		margin-bottom: 10px;
		margin-right: 0px;
}

li a {	
		text-decoration: none;
		color: #808080;
}	
	
.act {
		color: #000000;
		font-weight: bold;
		text-shadow: 1px 1px 6px #c0c0c0;
}		
	
h1 {
  font-family: 'BookAntiqua';
  font-size: 34pt; 
	letter-spacing: 0.18em;
	text-shadow: 2px 2px 8px #c0c0c0;
}

h2 {
  font-family: 'BookAntiqua';
  font-size: 18pt; 
	letter-spacing: 0.1em;
	text-shadow: 2px 2px 8px #c0c0c0;
}


  /* right */
.content {
    margin-left: 220px; 
    padding: 20px 20px 20px 80px;
    background-color: #ececec;
    background-image: url("../pics/bg1.png");
    background-repeat: repeat-y;
    background-position: top left; 
    min-height: 130vh;
		font-family: 'BookAntiqua';
		font-size: 12pt;
		font-weight: normal;
		width: 900px;
		min-width: 900px;
  }

.intro { 
	width: 800px;
	max-width: 800px;
}
		

#itext {           
  padding: 20px 10px 20px 30px;
	width: 750px;
	font-family: 'GaramondWeb';
	font-size: 14pt;	
	letter-spacing: 0.10em;
	line-height: 180%;
	text-shadow: 2px 2px 8px #c0c0c0;
}

#ipic {
  color: #404040;          
	padding: 10px 10px 10px 90px;
}

#ipic  img {
	border: 1px solid #b0b0b0;
	//box-shadow: 2px 2px 8px 0px #c0c0c0;
}

article {
	width: 800px;
	max-width: 800px;
	margin-bottom: 60px;
}
	
.gallery {
	display: flex; 
	flex-wrap: wrap; 
	width: 100%; 
	max-width: 800px; 
	margin: auto;
}

.gcell {
		flex: 0 0 25%;
		display: flex; 
		height: auto;
		align-items: center; 
		justify-content: center; 
		padding: 10px 10px 0px 10px; 
		box-sizing: border-box;
}

.gcell img {
		max-width: 100%; 
		max-height: 100%; 
		object-fit: content;	
		border: 1px solid #a0a0a0;
		box-shadow: 2px 2px 8px 1px#c0c0c0;		
}