#Container {
	background-image: url(images/tatami_sage.jpg);
	background-repeat: repeat;
	border: thin solid #000;
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Content {
	height: 380px;
	width: 600px;
	padding: 15px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: scroll;
	background-color: #FFF;
	float: right;
	border: thin solid #000;
	background-image: url(images/parchment.gif);
	background-repeat: repeat;
}
#Navbar {
	float: left;
	width: 120px;
	padding: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 10px;
}
#Footer {
	clear: right;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 12px;
	color: #F00;
	font-weight: bolder;
	background-color: #FFF;
	text-align: center;
	border: thin solid #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#kanji {
	background-image: url(images/meiyokanji.png);
	background-repeat: no-repeat;
	float: left;
	height: 115px;
	width: 183px;
}
#Content a {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}

#title {
	float: left;
	height: 115px;
	width: 397px;
	background-repeat: no-repeat;
	background-image: url(images/title.gif);
	background-position: center;
}
.quotation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#quote {
	float: left;
	height: 115px;
	width: 195px;
	text-align: right;
	vertical-align: text-bottom;
}

.NavButton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #F00;
	background-color: #000;
	text-align: center;
	padding: 5px;
	width: 80px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.MainTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bolder;
}
#Titlebar {
	text-align: center;
	padding: 10px;
}

body {
	background-color: #666;
}
.quotationred {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #F00;
}
#Navbar a {
	color: #FFF;
	text-decoration: none;
}
#Content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.titlered {
	font-size: large;
	font-weight: bold;
	color: #F00;
}

