html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
      margin: 0;
      padding: 0;
      border: 0;
      font-weight: inherit;
      font-style: inherit;
      font-size: 100%;
      font-family: inherit;
      vertical-align: baseline;
}
/* Tables still need 'cellspacing="0"' in the markup. */

table {
      border-collapse: separate;
      border-spacing: 0;
}

caption, th, td {
      text-align: left;
      font-weight: normal;
}

table, td, th {
      vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */

blockquote:before, blockquote:after, q:before, q:after {
      content: "";
}

blockquote, q {
      quotes: "" "";
}
/* Remove annoying border on linked images. */

a img {
      border: none;
}
/* Styles */

html, body {
      padding: 0;
      margin: 0;
}

body {
      padding: 20px;
      font: 13px/1.613 Helvetica, Arial, sans-serif;
      color: #555;

}

h1, h2, h3 {
    margin: 9px 0 9px 9px;
      font-family: Georgia, serif;
      font-size: 17px;
      font-style: italic;
      text-transform: normal;
      letter-spacing: normal;
      line-height: 1.4em;
      color: #ec6931;
}

p {
  margin: 9px;
}

a {
  color: #555;
  text-decoration: underline;
}

a:hover {
   color: #ec6931;
}


#container {
      width: 900px;
      margin: 0 auto;
}

#header {
      background: url(images/logo.gif) no-repeat;
      height: 90px;
      text-indent: -9999px;
}

#header a {
      width: 600px;
      height: 90px;
      display: block;
}

#header h1, #header p {
  margin: 0;
  padding: 0;
}


#intro {
    margin: 18px 0 36px 0;
    padding: 18px 0 0 0;
    height: 90px;
}

#intro p {
  font-family: Georgia, serif;
      font-size: 20px;
      font-style: italic;
      font-weight: normal;
      text-transform: normal;
      letter-spacing: normal;
      line-height: 1.4em;
}

.author {
    margin-left: 320px;
}

.right {
  text-align:right !important;
}

.indent {
  text-indent: 1px;
  text-align: right;
  font-family: Georgia, serif;
      font-size: 20px;
      font-style: italic;
      margin-top: -60px !important;
      color: #ec6931;
      padding-right:9px !important;
}


.col {
      margin: 18px 0 18px 0;
      width: 280px;
      float: left;
      text-align:justify;
}

.col img {
      margin: 9px 0 9px 9px;
      width: 259px;
      border: 1px solid #888;
}

.col ul {
      margin: 9px;
}

.col ul li {
      margin-left: 18px;
}

.col1 {
}

.col2 {
      margin-left: 30px;
}

.col3 {
      margin-left: 30px;
}

#main {
      margin: 18px 0 0 0;
}

#main .wide {
      float: left;
      width: 590px;
}

#main .narrow {
      float: right;
      width: 280px;
      margin-left: 30px;
}

#footer {
    margin-top: 18px;
      padding: 18px 0 36px 0;
      border-top: 2px solid #ec6931;
}

#footer h2 {
    color: #555;
}

