body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	background: #000;
	margin: 0;
	color: #000;
	background: #eeffdb;
}
#frame {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	background: url(images/top.png) no-repeat left bottom;
	width: 485px;
	text-align: center;
	height: 70px;
	padding-top: 70px;
	padding-left: 76px;
	padding-right: 130px;
}
#content {
	background: url(images/mid.png) repeat-y left;
	font-size: 10pt;
	width: 487px;
	padding-left: 76px;
	padding-right: 137px;
	padding-top: 4px;
	padding-bottom: 8px;
}
#bottom {
	background: url(images/bot.png) no-repeat left top;
	width: 700px;
	height: 30px;
	padding: 0;
}

h1 { font-size: 26px; margin-bottom: 8px; margin-top: 0; color: #080; }
h2 { font-size: 16pt; margin-top: 1pt; }
h3 { font-size: 14pt; margin-top: 1pt; }
h4 { font-size: 12pt; margin-top: 8pt; margin-bottom: 2pt; }
h5 { font-size: 10pt; margin-top: 1pt; margin-bottom: 2pt; }
img { border: 1px solid black; }

#menu #lang {
	padding: 1px;
	margin-bottom: 6px;
}
#menu #lang a img {
	padding: 2px;
	border: none;
}
#menu #lang .selected img {
	padding: 1px;
	border: 1px solid blue;
}

#menu #links {
	font-size: 11pt;
	padding: 0px 10px;
}
#menu #links a {
	font-size: smaller;
	margin: 10px 0;
	text-decoration: underline;
	color: #000;
}
#menu #links a:hover {
	text-decoration: underline;
	color: #00f;
}
#menu #links .subitem {
	font-size: 10pt;
	margin-left: 10px;
	padding-top: 0;
}
#menu #links .selected a {
	font-weight: bold; */
	font-size: 11pt;
	color: #080;
}
#albums {
	text-align: center;
}
#albums .selected {
	font-weight: bold;
}

.thumbnails {
}
.thumbnails h3 {
	text-align: center;
	margin-top: 8pt;
	margin-bottom: 2pt;
	font-size: 13pt;
}
.thumbnails table {
	display: inline;
	overflow: hidden;
	margin: 0;
}
.thumbnails table td {
	margin: 0;
	text-align: center;
	width: 200px;
}
.thumbnails img {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0;
}

.schema h5 { }
.schema p { margin-left: 20pt; margin-top: 1pt; }
.schema .who { font-size: smaller; color: #f00; }
.small { font-size: smaller; }
.scratch { text-decoration: line-through; }

form td { vertical-align: top; }

