body {
	background: #d2b48c;
	color: #ffe;
}

a {
	color: #610;
}

a:hover {
	background-color: transparent;
	color: #c00;
	text-decoration: underline;
}

#content {
	border-right: 3px solid #cc9;
	border-bottom: 3px solid #cc9;
	/*color: #4f3737;*/
	color: #3f2727;
	background: #ffd;
	padding-left: 2em;
	margin-left: 1em;
	text-align: justify;
}

#menu > dl > dt:first-line {
	color: white;
}

#menu > dl > dt {
	border-right: none;
	background: #cc8822;
	border-top: solid 1px #a44;
	border-left: solid 1px #a44;
	border-right: solid 1px #a44;
}

#menu > dl > dd {
	background: #e2c49c;
	border-left: none;
	border-bottom: solid 1px #000;
}

#navigation ul {
	border-bottom: solid 1px #469;
	color: #330;
}

#menu {
	color: #330;
}

#copyright {
	border-top: solid 1px #660;
	color: #773;
}

#content h1 {
	text-align: center;
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#content h1:before {
	color: #773;
	font-size: 1.4em;
	content: "~ ";
}

#content h1:after {
	color: #773;
	font-size: 1.4em;
	content: " ~";
}

#content h2:after {
	content: "";
}

#content h2 {
	color: #610;
	float: none;
	text-align: right;
	padding-top: 1em;
	border-bottom: solid 1px purple;
	display: block;
	font-size: 1.2em;
}

#content h3 {
	color: #610;
	text-align: right;
	padding-top: 1em;
	border-bottom: solid 1px purple;
	display: block;
	font-size: 1.2em;
}

#content h2 p {
	clear: right;
}
