body {
	font-size: medium;
}

h1 {
	font-size: 150%;
	font-weight: bold;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0;
	text-align: center;
}

#content {
	padding-right: 10px;
}

#quotes {
	list-style: none;
	display: block;
	text-align: center;
}

#quotes li {
	font-weight: bold;
	font-style: italics;
	font-size:  105%;
	padding-top: 10px;
}

.sig {
	font-weight: normal;
	font-size:  90%;
}

#menu {
	width: 160px;
	height: 100%;
	background: black;
	color: white;
	font-size:  90%;
	font-family:  Arial, Helvetica, sans-serif;
	border-right: 10px solid white;
}

#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	padding: 5px 0 5px 5px;
	border-bottom:  1px solid white;
}

#nav a {
	color: white;
	display: block;
	text-decoration: none;
}

#nav a:hover {
	background: white;
	color: black;
}

#hd {
	background: #000;
	margin-bottom: 10px;
}

#doc3 {
	margin: 0;
}

p { 
	margin-top:1em;
}

.eventList td {
	border: 1px solid black;
	padding: 3px;
	font-size: 80%;
}

table.photos td {
	padding: 10px;
}
