.space-before	{
	margin-top: 1em;
}
.epigraph	{
	text-align: right;
	margin-bottom: 1em;
	margin-left: 50%;
	font-style: italic;
	color: #999;
}
.separator	{
	margin: 1em 0;
	text-align: center;
}
.signature	{
	text-align: right;
	font-style: italic;
}

html,
body	{
	padding: 0;
	margin: 0;
	background: #333;
	color: #FFF;
	font-family: Arial, Verdana, sans-serif;
}
a	{
	color: #F93;
}
a:hover	{
	color: #F93 !important;
}
a:visited	{
	color: #999;
}
p	{
	margin: 0;
	text-indent: 1.5em;
	line-height: 150%;
	text-align: justify;
}

#container.slideshow	{
	position: fixed;
	height: 100%;
	width: 100%;
}
#container2	{
	padding: 1em 3em;
	height: 100%;
}
#menu	{
	border-top: 1px solid #F93;
}
#menu ul	{
	float: right;
	margin: 0;
}
#menu li	{
	display: inline;
	list-style: none;
	margin-left: 1em;
}
#menu a	{
	text-decoration: none;
}

#header h1	{
	margin: 0;
	font-size: 150%;
}
#header .subtitle	{
	font-size: 75%;
	color: #999;
}

#content	{
	margin: 1em 0;
	height: 85%;
	min-height: 400px;
}

#content h2	{
	font-size: 140%;
	font-weight: bold;
	margin: 1.5em 0 0.5em;
}
#content h3	{
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	margin: 1em 0 0;
}

#self-photo	{
	float: left;
	margin: 0 1em 0.5em 0;
}
