body {
  background: #383838 url("images/bg.jpg") repeat-y top center;
  color: #fff;
  font-family: "Myriad Pro Regular", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.3em;
}
h1 {
  margin: 0 0 15px;
  font-size: 1.1em;
  font-weight: bold;
}
h2 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
}
p {
  margin: 0 0 15px;
}
a {
  color: #fff;
  text-decoration: none;
}
a img {
  border: 0;
}
#maincontainer {
  width: 785px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
#header {
  position: relative;
  background: #000 url("images/header.jpg") no-repeat top center;
  height: 86px;
  width: 788px;
}
#logolink {
  position: absolute;
  width: 400px;
  height: 80px;
}
#topnav{
  position: absolute;
  bottom: 0;
  right: 7px;
}
#topnav p {
  margin-bottom: 12px;
}
#topnav a {
  background: #000 url("images/separater.jpg") no-repeat top left;
  padding: 0 13px 0 21px;
}
#topnav a.first {
  background: none;
}
#content{
  margin: 15px 20px;
}
#content a {
  text-decoration: underline;
}
#intro {
  font-size: 1.1em;
}
.site {
  background: #000 url("images/site_bg.jpg") repeat-x top left;
  height: 212px;
  width: 725px;
  font-weight: lighter;
}
.site, #about {
  padding: 10px;
  border-top: 1px solid #8D0505;
}
#about {
  background: #000 url("images/about_grad.jpg") repeat-x top left;
  height: 559px;
}
#contact {
  background: #000 url("images/contact_grad.jpg") repeat-x top left;
  height: 247px;
  padding: 20px 50px;
  border-top: 1px solid #8D0505;
}
.snapshot {
  float: left;
  margin-right: 10px;
}
.logo {
  float: left;
  width: 183px;
  margin-bottom: 5px;
}
#footer {
  text-align: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer .nav {
  margin-bottom: 15px;
}
#footer .nav li {
  display: inline;
}

#footer .nav li a {
  padding: 0 1px;
  vertical-align: middle;
}

