/* CSS Document */

#nav {
	padding:0px;
	position: fixed;
	height: 700px;
	width: 100px;
}

body {
	font-family: "lucida grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-family: "Eras Demi ITC", Rockwell;
	font-size: 40px;
	text-align: center;
}
li {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5em;
}
p {
	line-height: 1.5em;
	margin: 5px;
	padding: 5px;
}

.copy {
	font-size:small;
	padding-top:10px;
}

