body {
	background: url(left.gif) repeat-y #333;
	margin: 0px;
	padding: 0px;
	font-family: small arial, helvetica sans-serif;
}
a {color: #351;}
a:hover, a:focus {text-decoration: none;}
a:visited {color: #686;}
#container {background: url(right.gif) right repeat-y;}
#layout {
	width: 70%;
	min-width: 750px;
	margin: auto;
	background: #AAA;
	border-left: 10px solid #000;
	border-right: 10px solid #000;
}
#site-name {
	font: 275% palatino linotype, palatino, serif;
	margin: 0px;
	padding: 0px 10px;
	text-align: center;
}
#site-name a {
        color: #000;
        text-decoration: none;
}
#bar {
	height: 15px;
	border: 1px solid #000;
	width: 90%;
	margin: auto;
	background: #555;
}
#address {
	text-align: center;
        margin: 0px;
}
#navigation {
	width: 19%;
	float: left;
}
#navigation ul {
	margin: 0px;
        padding: 0px;
}
#navigation ul li {
	text-align: center;
	font: bold 130% palatino linotype, palatino, serif;
	list-style: none;
	margin: 0px;
}
#navigation li ul {margin-bottom: 15px;}
#navigation li ul li {
	font: 80% arial, helvetica, sans-serif;
	border: none;
	text-align: left;
	padding-left: 20px;
        text-indent: -12px;
        padding-bottom: 2px;
}
#navigation a {
	color: #111;
	display: block;
        text-decoration: none;        
}
#navigation a:hover, a:focus {text-decoration: underline;}
#content {
	width: 74%;
	border: 1px solid #000;
	margin-top: 15px;
	margin-left: 23%;
	background: #EEE;
	padding: 0px 8px;
        min-height: 680px;
}
#content p {line-height: 140%;}
#disclaimer {
	font-size: 70%;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.access {display: none;}
img {
	margin: 5px;
        border: 1px solid #000;
}
.picbox {
	margin-top: 3px;
	background: #FFF;
	border: 1px solid #000;
	text-align: center;
	padding: 3px;
	font-size: 75%;
	float: right;
        margin-left: 5px;
}
.picboxbottom {
	text-align: center;
	padding: 3px;
	font-size: 75%;
        margin:auto;
}
h1 {
	text-align: center;
	margin: 0px;
	font-family: times new roman, serif;
}
h2 {
	margin-bottom: 0px;
	font-family: times new roman, serif;
}
blockquote {
	border: 1px solid #000;
	background: #FFF;
	padding: 3px;
}
.footnote {font-size: 75%;}
table.terminology {border-collapse:collapse;  }
table.terminology td, table.terminology th {
        border: 1px solid #000; 
        padding: 2px;
        vertical-align: text-top;
}
.neko {border: none;}
div.about {
        float: right;
        text-align: center;
}
ul.contents {
        margin: 0px;
        margin-left: 10px;
        padding: 0px;
}
#like {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
}
.nospace {
        margin: 0px;
        padding: 0px;
}
