* {
  margin: 0;
  padding: 0;
}
body {
  background-color: white;
  color: black;
  font-size: 16px;
  text-align: center;
}
p {
  margin-bottom: 1em;
}
ul {
  margin: 1em;
  margin-left: 2em;
}
li {
  margin-bottom: 1em;
}
#container {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
#header {
  height: 134px;
  width: 800px;
  background: transparent url(images/header.gif) no-repeat center top;
  margin-top: 9px;
}
#header h2 {
  text-indent: -9000px;
  width: 200px;
  height: 26px;
  background: transparent url(images/company.gif) no-repeat left top;
  position: relative;
  top: 107px;
  left: 40px;
}
#home #header h2 { background-image: url(images/welcome.gif); }
#contact #header h2 { background-image: url(images/contact.gif); }
#side {
  float: left;
  width: 100px;
  padding-top: 7px;
}
ul#menu { 
  list-style: none;
}
#main {
  /*float: left;*/
  margin-left: 108px;
  /*width: 690px;*/
  border-left: 1px solid #69F;
  padding: 24px 50px 24px 8px;
}
p#footer {
  clear: both;
  background-color: black;
  color: white;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  height: 22px;
  line-height: 22px;
  padding-left: 5px;
  margin-top: 10px;
}