html, body {
  color: #333;
  font: 12px/16px Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  }

html * {
  margin: 0;
  padding: 0;
  }

a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  }
a:hover {
  color: #580C00;
  }
h1 {
  color: #580C00;
  font-size: 1.4em;
  padding-bottom: 10px;
  }
h2 {
  color: #580C00;
  font-size: 1.2em;
  padding-bottom: 10px;
  }
ol {
  margin-left: 4px;
  padding-left: 18px;
  padding-bottom: 14px;
  }
ol li {
  padding-bottom: 4px;
  }
p {
  line-height: 18px;
  padding-bottom: 10px;
  }

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

#header {
  background: url("/images/header.jpg");
  height: 242px;
  }

#about {
  background: url("/images/about.jpg");
  height: 242px;
  }

#services {
  background: url("/images/services.jpg");
  height: 242px;
  }

#contact {
  background: url("/images/contact.jpg");
  height: 242px;
  }

#footer {
  background: url("/images/footer.jpg");
  height: 124px;
  }
#footer .text {
  padding: 100px 0 0 0;
  text-align: center;
  }

.content {
  width: 550px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  }

#menu {
  padding: 150px 0 0 0;
  text-align: right;
  width: 80px;
  }
#menu ul { 
  list-style: none;
  }
#menu ul li {
  height: 16px;
  line-height: 12px;
  }
#menu ul li a {
  display: block;
  }