body {	text-align: center;}

#container {
	width: 800px;
	margin: 0;
	padding: 0;
	margin-left: auto;	margin-right: auto;
	background-color: #7D7D7D;
}



#button ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #9C9C9C;
	color: #FFF;
	width: 100%;
	text-align: center;
}

#button li {
	display: inline;
}

#button li a
{
	text-decoration: none;
	background-color: #9C9C9C;
	color: #FFF;
	padding: .2em 1em;
	border-right: 1px solid #FFF;
}

#button li a:hover
{
	background-color: #5E5E5E;
	color: #fff;
}

#button li a.saigo
{
	text-decoration: none;
	background-color: #9C9C9C;
	color: #FFF;
	padding: .2em 1em;
	border-right: none;
}

#button li a.saigo:hover
{
	background-color: #5E5E5E;
	color: #FFF;
}


#article {
	text-align: center;
	width: 600px;
	margin-left: auto;	margin-right: auto;
	background-color: #D9D9D9;
	padding: 10px 10px;
}

#article h1 h2 h3 h4 {
	text-align: center;
}

#article p {
	text-align: left;
	text-indent: 20px;
}

#article img {
	vertical-align: middle;
}

#article img.inset {
	float: left;
	padding: 10px;
}

#article p.citation  {
	text-indent: 0px;
}

#slideshow {
	text-align: center;
	width: 600px;
	margin-left: auto;	margin-right: auto;
	background-color: #D9D9D9;
	padding: 10px 10px;
}

#slideshow p {
	text-align: left;
}

#slideshow img {
	padding: 0px;
	border-style: none;
	display: block;	margin-left: auto;	margin-right: auto
}

#slideshow h1 h2 h3 h4 {
	text-align: center;

}


#gallery p {
	text-align: left;
}

#gallery img {
	padding: 10px;
	vertical-align: middle;
	border-style: none;
}

#gallery h1 h2 h3 h4 {
	text-align: center;

}


#dictionary {
	text-align: center;
	width: 600px;
	margin-left: auto;	margin-right: auto;
	background-color: #D9D9D9;
	padding: 10px 10px;
}

#dictionary p {
	text-align: left;
}

#dictionary h1 h2 h3 h4 {
	text-align: center;

}
