body {
  background-color: #D2D9D9;
  font-family: Georgia, Times, serif;
  font-size: 14px;
  color: #1F2626;
  margin: 0;
  padding: 15px;
  text-align: center;
  text-rendering: optimizeLegibility; }

#page {
  background-color: #ABB4B4;
  width: 700px;
  margin: 0 auto;
  /* old border, looks crummy with rounded corners */
  /*border: 1px solid #6F6666; */
  text-align: justify;
  /* NEW GECKO + WEBKIT MODS */
  border: 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow: hidden; }

#title {
  width: 700px;
  height: 120px;
  background: url(site_images/title.jpg);
  /* NEW GECKO + WEBKIT MODS */
  -moz-border-radius-topleft: 14px;
  -moz-border-radius-topright: 14px;
  -webkit-border-top-left-radius: 14px;
  -webkit-border-top-right-radius: 14px;
  overflow: hidden; }

#navbar {
  position: relative;
  width: 700px;
  height: 30px; }
  #navbar img {
    position: absolute;
    top: 0; }

#nav_design {
  left: 0; }

#nav_webdev {
  left: 139px; }

#nav_illustration {
  left: 279px; }

#nav_portfolio {
  left: 419px; }

#nav_contact {
  left: 559px; }

#content {
  padding: 15px 15px 30px 15px; }

#popup_content {
  padding: 15px; }
  #popup_content h1 {
    margin-top: 0px; }

div.clear {
  clear: both;
  height: 1px; }

a:link, a:visited {
  color: #415564;
  text-decoration: none; }
a:hover, a:active {
  text-decoration: underline; }

h1 {
  font-size: 20px;
  margin-top: 10px; }

h2 {
  font-size: 16px;
  margin-top: 30px; }
  h2.portfolio {
    font-size: 16px;
    border-bottom: 1px solid #546666;
    padding-bottom: 3px;
    margin: 30px 0px 20px 0px; }

h3 {
  font-size: 14px; }

.error {
  border: 1px solid #AA5555;
  background-color: #FAD1D1;
  color: #AA0000;
  padding: 3px; }

.message {
  border: 1px solid #001626;
  background-color: #AAB7C0;
  color: #001626;
  padding: 3px; }

.light {
  color: #4A5959; }

.small {
  font-size: 13px; }

img {
  border: 0; }
  img.navbutton, img.border {
    border: 1px solid #344040; }
  img.right {
    float: right;
    margin-left: 10px; }

p.no_justify {
  text-align: left; }

ul {
  margin-left: 0;
  padding-left: 1.5em; }

li {
  color: #839392;
  padding-top: 3px; }
  li span {
    color: #1F2626; }

abbr, acronym {
  font-style: normal;
  border-bottom: 1px dotted #546666;
  cursor: help; }

table {
  border: 0; }
  table.portfolio {
    margin-left: 7px; }
    table.portfolio td {
      width: 200px;
      padding: 0 7px 5px 7px;
      text-align: center; }
    table.portfolio tr.description td {
      font-family: Verdana, Helvetica, Arial, sans-serif;
      font-size: 11px;
      vertical-align: top;
      padding-bottom: 15px; }

tr.shade1 td {
  background-color: #97A5A4; }
tr.shade2 td {
  background-color: #8F9E9D; }
tr.shade3 td {
  background-color: #839392; }

th {
  white-space: nowrap;
  padding: 3px 5px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  background-color: #667A7A;
  color: #D2D9D9; }
  th.label {
    text-align: right; }

td {
  white-space: nowrap;
  padding: 3px 5px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  /* font-size: 13px */ }
  td.divider {
    height: 5px; }
  td.swatch {
    width: 30px;
    height: 30px;
    padding: 0px; }

