﻿* { 
  font-family: cursive;
}
body {
    margin: 2em;
}
h1, h2, h3, h4 {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	border-bottom-style: solid;
	border-bottom-width: thin;
	background-color: #c9c9c9;
	font-variant: small-caps;
}

li, p {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
body {
    background-color: #F5DEB3;
}

#page-wrap {
	position: relative;
}

#main {
	margin-left: 220px;
	float: right;
}

#left-bar {
	width: 200px;
	position: fixed;
}
