* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  background: #e6ecec;
}

.outer {
  margin: 2em auto;
  width: 740px;
  position: relative;
  background: url(outerback.gif) repeat-y top left;
}

h1 {
  background: url(headback.jpg) no-repeat top left;
  width: 740px;
  height: 143px;
  text-indent: -9999px;
  overflow: hidden;
}

.inner {
  background: url(bodyback.jpg) no-repeat bottom left;
  height: 360px;
  min-height: 360px;
  height: auto !important;
}

.content {
  float: right;
  width: 500px;
  margin: 20px 30px 20px 0;
  display: inline;
}

#nav {
  float: left;
  width: 180px;
  margin: 20px 0px 20px 30px;
  display: inline;
  list-style: none inside;
}

#nav li {
  margin-bottom: 0.5em;
}

a {
  color: black;
  font-weight: bold;
}

a#email {
  left: 575px;
  top: 116px;
  width: 138px;
  height: 15px;
  line-height: 15px;
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  background: url(emailback.gif) no-repeat top left;
}

a#email:hover {
  background-position: bottom left
}

h2 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.8em;
}

p {
  margin-bottom: 1em;
}

.foot {
  border-top: 1px solid black;
  margin: 2em 0;
  padding: 1em 0;
  font-size: 0.82em;
}

.foot ul {
  list-style: none inside;
}

.foot ul li {
  float: left;
  display: inline;
  padding-left: 1em;
  border-left: 1px solid black;
  margin-right: 1em;
}

.foot ul li.first {
  padding-left: 0;
  border-left: 0;
}
