@font-face {
	font-family: "footlight"; src: url(FTLTLT.TFF);
}
body {
	background-color: rgb(65,105,48);
	font-size: 15px;
}
table.main {
	background-image: url('images/kb_web_art_leaves.jpg');
	background-repeat: no-repeat;
	border-collapse: collapse;
	background-color: white;
	width: 800px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid white;
}
.space {
	padding-top: 25px;
}
#header {
	width: 800px;
	height: 225px;
}
h2 {
	font-size: 30px;
}
blockquote {
	text-align: left;
}
ul li {
	vertical-align: middle;
	list-style-type: circle;
}
img.leaf {
	width: 25px;
	height: 25px;
	border: 0;
	vertical-align: middle;
}
a.nav {
	padding-right: 8px;
}
a:link, a:visited {
	color: rgb(53,71,13);
	text-decoration: none;
}
a:hover {
	color: rgb(124,8,71);
	text-decoration: none;
}
#bnav {
	font-size: 12px;
}
img.logo {
	width: 50px;
	height: 49px;
	float: left;
	margin: 10px;
	vertical-align:middle;
}
img.bio {
	width: 250px;
	height: 300px;
	float: right;
	margin: 10px;
}
.quote {
	color: rgb(53,71,13);
	font-style: italic;
	padding: 10px;
	font-size: 12px;
}
