html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  background: #e3e0d1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:link {
  color: #dd9906;
  text-decoration: none;
}

a:visited {
  color: #dd9906;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

#wrap {
  width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 0 10px;
  border-left: 3px solid #d2d0c0;
  border-right: 3px solid #d2d0c0;
  }

  #wrap #header {
    font-size: 3em;
    position: relative;
    }

    #wrap #header img {
      position: absolute;
      width: 300px;
      top: 0px;
      right: 20px;
    }

    #wrap #header h1 {
      line-height: 2em;
      padding-left: 40px;
      color: #d2d0c0;
    }

  #wrap #nav {
  }

  #wrap #main {
    float: right;
    width: 740px;
    }

    #wrap #main .entry {
      margin: 40px;
    }

      #wrap #main .entry p {
        font-family: Helvetica, Arial, sans-serif;
        text-align: justify;
        line-height: 1.4em;
        }

        #wrap #main .entry p img {
          float: left;
          margin: 0 10px 10px 0;
          border: 2px solid #d2d0c0;
          padding: 3px;
        }

      #wrap #main .entry .entry-footer {
        clear: both;
        text-align: right;
        color: #d2d0c0;
        font-size: .8em;
        font-weight: bold;
      }

  #wrap #sidebar {
    float: left;
    width: 140px;
    padding: 0 10px;
    background: #e3e0d1;
    }

    #wrap #sidebar img {
      border: 2px solid #000;
      width: 120px;
      padding: 3px;
      margin: 10px 0;
    }

    #wrap #sidebar ul li {
      margin: 10px 0;
      }

      #wrap #sidebar ul li a {
        font-size: 1.4em;
      }

  #wrap #footer {
    clear: both;
    font-size: .8em;
    text-align: center;
    font-weight: bold;
    color: #d2d0c0;
  }

