body {
  background-color: #DDD;
  font-family: verdana;
}

h2, h3 {
  font-family: times;
}

h2 {
  border-bottom: 1px solid black;
}

h3 {
  font-size: 1.2em;
  display: inline;
}

p {
  font-size: 0.8em;
  text-align: justify;
  text-justify: newspaper;
}

#body {
  margin: auto;
  width: 800px;
  border-top: 2px solid #CCC;
  border-right: 4px solid #999;
  border-bottom: 4px solid #666;
  border-left: 2px solid #CCC;
}

#header {
  height: 94px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

#nav-bar {
  background-color: #986;
  border-top: 1px solid #6b6044;
  border-bottom: 1px solid #6b6044;
  color: white;
  font-size: 0.7em;
  margin: 0px;
  padding: 2px;
  width: 796px;
}

#content {
  background-color: #6b6044;
  background-image: url(images/left-panel.jpg);
  background-repeat: repeat-x;
  border-left: 116px solid #6b6044;
  padding: 10px 42px 40px 42px;
  width: 600px;
  min-height: 500px;
  position: relative;
}

#bio {
  width: 380px;
}

#contact_info {
  position: absolute;
  left: 460px;
  top: 30px;
  font-style: italic;
  font-family: times;
}

#name {
  font-size: 1.2em;
  font-weight: bold;
}

#tile {
}

table {
  margin-top: 20px;
  border-collapse: collapse;
}

#headshot {
  display: block;
  margin-bottom: 10px;
  border-width: 1px 3px 3px 1px;
  border-style: solid;
  border-color: #333;
}

a:link, a:visited {
  color: black;
}

a:hover {
  color: #333;
}

.nav-link {
  margin: 0px 12px;
}

.nav-link a:link, .nav-link a:visited {
  color: white;
  text-decoration: none;
}

.nav-link a:hover {
  color: black;
  text-decoration: underline;
}

#nav-spacer {
  margin-left: 90px;
}

#disclaimer {
  background-color: #6b6044;
  text-align: center;
  padding: 5px 0px 5px 116px;
  color: blue;
  font-size: 0.7em;
}

#disclaimer a:link {
}

#map {
  text-align: center;
  display: block;
}

ul {
  font-family: times;
  font-size: 16px;
}

li {
  margin-bottom: 3px;
}

pre {
  background-color: #cfc4a8;
  border: 1px solid #333;
  padding-top: 10px;
  font-family: verdana;
  font-size: 0.8em;
}

img.right {
  float: right;
  margin-left: 16px;
  border: 1px solid black;
}

img.left {
  float: left;
  margin-right: 16px;
  border: 1px solid black;
}

.case {
  font-style: italic;
}