@font-face {
  font-family: "Avenir";
  src: url(/fonts/avenir.ttf) format("truetype"); }

body {
  font-family: Avenir, sans-serif;
  background: black;
  font-size: 0.9em;
  line-height: 1.5em;
  background-size: 100%; }

#bg img#body-back {
  postiton: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 656px;
  z-index: 0; }

a img {
  border: 0;
  outline: none; }

ol,
ul {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none; }

#wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  #wrapper #inner-wrapper {
    margin: 0 auto;
    width: 946px;
    top: 0;
    position: relative; }

#header {
  height: 222px;
  /* :background url(/images/header-background.jpg) */
  position: relative; }

#logo {
  position: absolute;
  top: 30px;
  left: 386px; }

#navigation {
  position: absolute;
  background: url(/images/navigation.png);
  width: 435px;
  height: 20px;
  top: 194px;
  left: 30px; }
  #navigation li {
    display: inline; }
    #navigation li a {
      color: white;
      text-decoration: none;
      text-indent: -9999px;
      display: block;
      height: 20px;
      outline: none;
      position: absolute; }
  #navigation li#portfolio a {
    left: 0px;
    width: 94px; }
  #navigation li#bio a {
    left: 95px;
    width: 40px; }
  #navigation li#services a {
    left: 136px;
    width: 156px; }
  #navigation li#contacts a {
    left: 293px;
    width: 85px; }
  #navigation li#links a {
    left: 379px;
    width: 56px; }

#content {
  height: 378px;
  /* :background url(/images/small-content-back.jpg) */ }
  #content #portfolio-links {
    background: url(/images/transparent-back.png);
    height: 198px;
    width: 946px;
    padding: 0 17px 0 25px;
    float: left; }
    #content #portfolio-links .portfolio-link {
      float: left;
      margin: 20px 16px 20px 16px;
      height: 156px;
      width: 156px;
      position: relative; }
      #content #portfolio-links .portfolio-link .overlaying {
        background: url(/images/portfolio-link.png);
        position: absolute;
        height: inherit;
        width: inherit;
        top: 0px;
        left: 0px;
        font-size: 1.1em;
        font-weight: bold; }
        #content #portfolio-links .portfolio-link .overlaying a {
          display: block;
          padding: 68px 0 68px 0;
          outline: none;
          text-decoration: none;
          color: black;
          text-align: center; }
  #content #portfolio-footer {
    position: relative;
    top: 198px;
    left: 0px;
    width: 800px;
    height: 180px; }
  #content h2 {
    color: white;
    font-size: 1.3em;
    font-weight: normal;
    letter-spacing: 0.2em;
    line-height: normal;
    padding: 20px 0 5px 20px;
    margin: 0;
    text-align: left; }
  #content p,
  #content table {
    color: black;
    text-align: justify;
    padding: 5px 60px 0 120px;
    font-size: 0.9em; }
    #content p a,
    #content table a {
      text-decoration: none;
      color: white; }
  #content #content-inner {
    background: url(/images/transparent-back.png);
    height: inherit;
    width: 946px; }

#footer {
  color: white;
  font-weight: bold; }
  #footer a {
    text-decoration: none;
    color: white; }

#content-gallery {
  padding: 5px;
  height: 320px;
  overflow: auto; }
  #content-gallery img {
    margin: 10px;
    border: solid black 3px; }
