body {
  background-image: url('/images/bkg.jpg');
  background-repeat: repeat;
  background-color: #46301B;
  text-align: center;
}
div, p, li, a, h1, h2, h3, h4, h5, h6 {
  color: #46301B;
  font-size: 12px;
}

div#container {
  width: 773px;
  background: #fffdee;
  margin: 50px auto 0 auto;
}

div#header {
  width: 769px;
  margin: 2px;
  background-image: url('/images/header.gif');
  height: 85px;
  background-repeat: no-repeat;
}
div#navigation {
  width: 100%;
}
div#navigation ul {
  display: block;
  padding: 0;
  margin: 41px 0 0 159px;
}
div#navigation li {
  display: block;
  margin: 4px 5px 0 5px;
  padding: 0;
  float: left;
  list-style: none;
  text-align: center;
}
div#navigation a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px 0 0 0;
  margin: 0;
  background-repeat: no-repeat;
  font-size: 18px;
}
a#nav_home {
  width: 92px;
  height: 40px;
}
a#nav_company {
  width: 111px;
  height: 40px;
}
a#nav_portfolio {
  width: 111px;
  height: 40px;
}
a#nav_location {
  width: 147px;
  height: 40px;
}
a#nav_contact {
  width: 92px;
  height: 40px;
}

div#main {
  width: 749px;
  margin: 10px 12px 10px 12px;
}

div#footer {
  width: 769px;
  margin: 2px;
  background-image: url('/images/footer.gif');
  height: 85px;
  background-repeat: no-repeat;
}
div#footer p {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 10px 0 0 0;
}
div#footer p.controls {
  margin: 0;
  text-align: right;
  width: 750px;
}
div#footer a {
  color: #fff;
}
h1#site_title {
  background-image: url('/images/logo.gif');
  background-repeat: no-repeat;
  width: 187px;
  height: 48px;
  display: block;
  margin: 20px;
}
h1#site_title span {display:none;}
h1 {
  font-size: 18px;
  font-weight: bold;
}