/* ----------------------------------------------
Marc Nye Basic styling
Author: David Page @ Page Communication
----------------------------------------------- */
body {
  font-size:10pt;
}
html, body, div#intro, div.content {
  background-color:transparent;
  background-image:none;
}
body {
  background:transparent url('../i/marc_nye.png') no-repeat top right;
}
div#intro {
  position:relative;
}
div#intro h2 {
  display:none;
}
div.content h1 {
  font-variant:small-caps;
}
h2 {
  font-style:italic;
}
ul#navigation {
  display:none;
}
table#contactdetails {
  width:100%;
  max-width:100%;
}


