@charset "ISO-8859-1";

body {
	margin: 0;
	height: 100%;
	overflow: auto;
	font-family: sans-serif;
	background: url(site.png) right repeat-y;
}
h1 {
	margin: 0 0;
	font-family: Times New Roman, serif;
	font-weight: normal;
	font-size: 500%;
	text-align: center;
}
h2 {
	font-style: italic;
	text-align: center;
	font-family: Times New Roman, serif;
}
dt {
	font-size: 250%;
	font-family: Times New Roman, serif;
	margin-bottom: .5em;
}
dd {
	margin: 0;
}
img {
	border: none;
}
q {
	font-style: italic;
	display: block;
	text-align: left;
}
q:before { content: "“"; }
q:after { content: "”"; }

#main {
    padding-left: 1em;
	margin-right: 480px;
	position: absolute;
}
#side {
	border: none;
	background: none;
	margin: 0 40px;
	padding: 8px;
	float: right;
	width: 405px;
}
#side p {
	margin: auto;
}

#side blockquote {
	font-style: italic;
	font-size: 140%;
	font-family: Times New Roman, serif;
	margin: 1em .5em;
}
#side blockquote p + p {
	text-align: right;
}

#links {
	text-align: center;
}

code {
	font-size: 1.2em;
}