body {
	background-color: #22dd63;
	height: 8.5in;
}

pre {
	background-color: #32ed73;
	width: 98%;
	border: dotted #52ff93;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
}

.floater {
	float: left;
}

#header {
	padding-top: 1em;
	position: fixed;
	width: 100%;
	height: 15%;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	overflow: auto;
}

#sidebar {
	position: fixed;
	width: 15em;
	height: auto;
	top: 15%;
	right: auto;
	left: 0px;
	padding-left: 1em;
	border-top-width:thick;
	border-top-style:groove;
	border-top-color:yellow;
}

#main {
	position: fixed;
	width: auto;
	height: auto;
	top: 15%;
	right: 0;
	bottom: 40px;
	left: 10em;
	overflow: auto;
	padding-left:1em;
	border-left-width: thick;
	border-left-style: groove;
	border-left-color: yellow;
	border-top-width: thick;
	border-top-style: groove;
	border-top-color: yellow;
}

#footer {
	position: fixed;
	width: 100%;
	height: 40px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	border-top-width:thick;
	border-top-style:groove;
	border-top-color:yellow;
}

#footer-content {
	padding-top:5px;
}

ol li {list-style: upper-roman}
ol ol li {list-style: upper-alpha}
ol ol ol li {list-style: decimal}
ol ol ol ol li {list-style: lower-alpha}

.center {
        text-align:center;
}

p.first-letter:first-letter { font-size: 300%; float:left; float:left; font-style: italic;}
