#sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	color: #404040;
}

#sidebar li a {
	color: #8f4747;
	border-bottom: none;
}

#sidebar li {
	display: block;
  list-style-type: none;
	margin-bottom: 4em;
}

#sidebar li ul {
	margin: 1em 0;
}

#sidebar li li {
	display: block;
  list-style-type: none;
	margin: 0;
	font-size: 86%;
	text-align: center;
}

#sidebar h1 {
	font: 72% 'Big Caslon';
	line-height: 2.0;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .4em;
	text-align: center;
	border-bottom: 1px solid #900000;
}

#sidebar p {
	font-size: 86%;
	margin: 1em 0;
	text-align: justify;
}

#sidebar p.center {
  text-align: center;
}

#sidebar li.special {
 	font: 72% 'Big Caslon';
	line-height: 2.0;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .4em;
	text-align: center;
	margin-top: 1em;
}

#sidebar li.special a {
	color: #404040;
}