body  {
	background-color: #f0e68c;
}

td {
	padding-left: 5px;
	padding-right: 5px;
}

a {
	color: blue;
}

div#page  {
	background-color: #ffffff;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

div#content {
	padding: 10px;
}

div#menu-top {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	display: table;
	width: 100%;
}

div#menu-top dl {
	display: table-row;
}

div#menu-top dt {
	border-left: 1px solid black;
	display: table-cell;
	text-align: center;
	white-space: nowrap;
}

div#menu-top dt#home {
	border-left: none;
}

div#menu-top dt.current span {
	background-color: #8FBC8F;
	display: block;
	padding: 0.5em;
}

div#menu-top dt a {
	display: block;
	padding: 0.5em;
	text-decoration: none;
}

div#menu-top dt a:hover {
	background-color: #f0e68c;
}
