body
{
	background-color: #ffffff ;
	background: ../images/tile-japanesepaper.gif ;
	padding: 10px 0px 0px 0px ;
	font-family: Times New Roman, Serif ;
	color: #827839;
	margin: 0px ;
	font-size: small;
}
p
{
 	font-family: Times New Roman, Serif ;
	line-height: 1.2em;
}

th
{
	font-family: arial ;
	font-weight: bold ;
	font-size: 96%;
}
td
{
	font-family: arial ;
	font-size: 100%;
}

a:text
{
	color: #827839;
}
a:link
{
	color: #666633 ;
	text-decoration: underline;
}
a:visited
{
	color: #827839 ;
	text-decoration: underline;
}
a:active
{
	color: #FFFF66 ;
	text-decoration: underline;
}
a:hover
{
	color: red ;
	text-decoration: underline;
}
H1
{
	font-family: Times New Roman, Serif ;
	font-size: 120% ;
	font-weight: bold ;
	color: #996600;
	line-height: .8em;
}
H2
{
	font-family: Times New Roman, Serif ;
	font-size: 110%;
	font-style: italic ;
	font-weight: bold ;
	color:#996600;
	line-height: .8em;
}
H3
{
	font-family: Times New Roman, Serif ;
	font-size: 95%;
	font-weight: bold ;
	color:#003366;
	line-height: .8em;
}
H4
{
	font-family: Times New Roman, Serif ;
	font-size: 90%;
	font-style: italic ;
	font-weight: bold ;
	color:#996600;
	line-height: .8em;
}
H5
{
	font-family: Times New Roman, Serif ;
	font-weight: bold ;
	font-size: 80% ;
	color: #996600;
	line-height: .8em;
}
H6
{
	font-family: Times New Roman, Serif ;
	font-weight: bold ;
	font-size: 60% ;
	color: #996600;
	line-height: .8em;
}
/* Header */

#header {
	width: 640px;
	padding: 20px 0;
}

#header h1, #header h2 {
	text-align: center;
}

#header h1 {
	text-transform: none;
	letter-spacing: 5px;
	font-size: 28px;
	font-weight: normal;
}

#header h1 a {
	color: #827839;
}

#header h2 {
	text-transform: lowercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-style: italic;
}

#header h2 a {
	color: #827839;
}

#header a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 640px;
	height: 40px;
	margin: 0 auto;
	float: left;
}

#menu ul {
	width: 640px;
	height: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 0 20px 20px 40px;
	text-decoration: underline;
	font-family: Arial, san-serif;
	font-size: 110%;
	font-weight: bold;
	color: #827839;
}

#menu a:hover {
	text-decoration: underline;
}
/* Content */

#content {
	width: 640px;
	background: #FFFFFF url(../images/tile-japanesepaper.gif ) repeat-x,y;
	padding: 40px 10px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 130%;
}
/* Footer */

#footer {
	clear: both;
	width: 640px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img06.gif) repeat-x 0px 1px;
	text-align: center;
	font-size: 75%;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #666666;
}

