html, body {
  margin: 0;
  padding: 0;
}
body {
  color: black;
  font-size: 1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 100%;
  text-decoration: none;
  background-color: white;
}
table {
  width: 100%;
  height: 100%;
}
#aligntable td {
  vertical-align: top;
  text-align: center;
}
div.container {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 739px;
  height: 600px;
}
div.top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 739px;
  height: 76px;
  background-image: url(../images/buildfactoryweblogo.gif);
  background-repeat: no-repeat;
}
#menu {
  position: absolute;
  top: 76px;
  left: 0px;
  width: 739px;
  height: 22px;
  background-color: #61687B
}
#main {
  position: absolute;
  top: 98px;
  left: 0px;
  width: 717px;
  height: 495px;
  background-color: #F5F7F7;
  overflow: auto;
  border-left-color: #CCCCCC;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #CCCCCC;
  border-right-style: solid;
  border-right-width: 1px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

/* box-model-hack fuer ie */

*html #main {
  width: 739px;
  height: 500px;
  w\idth: 739px;
  h\eight: 495px;
}
#main h1 {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0.67em 0;
}
#main h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0.9em 0;
}
#main h3 {
  font-size: 0.9em;
  font-weight: bold;
  margin: 1em 0;
}
#main h4 {
  font-size: 0.8em;
  font-weight: bold;
  margin: 1.33em 0 -0.5em
}
#main p {
  font-size: 0.8em;
  font-weight: normal;
}
#main ul {
  font-size: 0.8em;
  font-weight: normal;
}
#main a {
  color: rgb(97, 104, 123);
  text-decoration: underline;
  background-color: transparent;
}
#main a:visited {
  text-decoration: underline;
}
#main a:hover {
  text-decoration: underline;
}
#menu a {
  color: white;
  font: 0.7em Tahoma, "Tretbuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 3px 13px 3px 15px;
  height: 10px;
  border-right: 1px solid #f5f7f7;
  border-bottom: 0 none;
}
#menu a.first {
  margin-left: 5px;
}
#menu a.first_hl {
  margin-left: 5px;
  color: #61687b;
  background: silver;
}
#menu a.last {
  border-right: 0;
}
#menu a.last_h1 {
  border-right: 0;
  color: #61687b;
  background: silver;
}
#menu a:link {
  color: white;
}
#menu a:visited {
  color: white;
}
#menu a:active {
  color: #61687b;
  background: #fff;
}
#menu a:hover {
  color: #61687b;
  background: #fff;
}
#menu a.hl {
  color: #61687b;
  background: silver;
}
div.bottom {
  position: absolute;
  top: 598px;
  left: 0px;
  width: 739px;
  height: 25px;
  background-color: #61687B;
  text-align: center;
  color: white;
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 0px;
}
