body {
  text-align: center; /* centered positioning */
}

#container {
  width: 650px;
  /*border: 1px solid black;*/
  color: #000000;
  font-family: Verdana, Helvetica, sans-serif;
  padding: 0px;
  top: 0%;
  margin: 0 auto; /* centered positioning */
  text-align: left; /* centered positioning */
}

#nav-outer {
  margin-top: 140px;
  margin-left: 55px;
}

#nav-outer {
  width: 140px;
  border: 1px solid black;
}

#nav-inner {
  width: 136px;
  border: 2px outset #ABABAB;
  position: relative;
  /*
  background-image: url(../x-images/bkg-pattern-inv.gif);
  background-repeat: repeat;
  */
}

#nav-inner ul {
  list-style: none;
  margin: 15px 0 15px 10px;
  padding: 0px;
  border: none;
}

#nav-inner li {
  margin-bottom: 14px;
  font-size: 16px;
  text-transform: lowercase;
}

#nav-inner li a {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

#nav-inner li a:hover {
  color: #656565;
  font-weight: normal;
  text-decoration: none;
}

#td-nav {
  vertical-align: top;
}

/* Barnes logo at bottom */
#td-logo {
  vertical-align: bottom;
}

#td-photo {
  vertical-align: top;
}

#img-logo {
  margin-bottom: 60px;
}