body {
  margin: 0px 0px 0px 0px;
  background-color: #000000;
  color: #FFFFFF;
}

#navigation {
  text-align: left;
  background: #000 url('../images/image_01.jpg') no-repeat top left;
  height: 148px;
}

#navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#navigation li{
  display: inline;
  padding: 10px;
}

#navigation a {
  color: #000000;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
}

#container {
  width: 800px;
  min-height: 600px;
  margin: 0px auto;
}

#content {
  background: #000 url('../images/image_02.jpg') no-repeat top left;
  height: 321px;
  text-align: left;
}

#content div.container {
  padding: 15px;
  width: 500px;
  overflow: auto;
  height: 291px;
  text-align: left;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

#footer {
  background: #000 url('../images/image_03.jpg') no-repeat top left;
  height: 131px;
}

#contact-form input, textarea {
  border: 1px inset #dedede;
  background-color: #ababab;
}

#contact-form textarea {
  width: 340px;
  height: 170px;
}

#contact-form td {
  font-size: 11px;
}

#contact-form form {
  display: inline;
}
