body {
  font: 67% Verdana, Arial, Helvetica, sans-serif;
  color: #CCC;
  margin: 0;
  background-color: #333;
  }
a:link, a:visited, a:active {
  text-decoration: none;
  color: #CCF;
  }
a:hover {
  text-decoration: underline;
  }
a:link img {
  text-decoration: none;
  }
table {
  font-size: 100%;
  }
h2 {
  font-size: 150%;
  padding-bottom: .2em;
  border-bottom: 1px dotted #666;
  }
li {
  margin-bottom: 3px;
  }
p {
  line-height: 1.4;
  }
div#body {
  width: 760px;
  margin: 0 auto;
  padding: 5px 0 0;
  }
img#logo {
  float: left;
  }
div#content {
  background: url(../images/nav_strip.gif) bottom repeat-x;
  padding: 15px 0 20px;
  margin: 0 7px;
  clear: both;
  text-align: left;
  min-height: 250px;
  }
#copyright {
  font-size: 85%;
  color: #808080;
  text-align: center;
  padding: 10px 0;
  clear: both;
  }
#portfolioNav {
  border-collapse: collapse;
  margin: 0 auto;
  }
#portfolioNav td {
  padding: 0;
  }
#portfolio {
  margin: 0 auto;
  border-collapse: collapse;
  }
#portfolio td {
  vertical-align: top;
  }
#portfolio img {
  margin: 3px;
  }
#viewButtons {
  width: 42px;
  float: right;
  border: 1px solid orange;
  }