@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: 80% bottom;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #563B1C;
	line-height: 25px;
}
a:link {
	color: #5B4021;
	font-weight: bold;
}
a:visited {
	color: #9C6F3A;
}
#headshot_left {
	width: 150px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
#headshot_right {
	width: 200px;
	float: right;
	text-align: right;
	margin-bottom: 30px;
	margin-left: 10px;
	background-image: url(../images/lee-revised.jpg);
	height: 289px;
	background-repeat: no-repeat;
	margin-top: 45px;
}
.footnote {
	font-size: 12px;
	font-style: italic;
}
#awards {
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #55360E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #55360E;
	margin-top: 35px;
	background-color: #F7EECA;
}
#nav {
	height: 79px;
	background-image: url(../images/nav-stripe.gif);
	background-repeat: repeat-x;
}
#content {
	margin-top: 15px;
}

