body {
  background-image: url("bg.jpg");
  background-repeat: repeat;
  margin: 0px;
  padding: 0px;
  }

#container {
  margin: 0px 0px 0px 0px;
  width: 999px;
  background-image: url("bgtile.jpg");
  }

#header {
  width: 999px;
  height: 178px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  background-image: url("header.jpg");
  background-repeat: no-repeat;
  }

#imap a {
  position: absolute;
  height: 27px;
  top: 146px;
  text-decoration: none;
  }

#imap a em {
  visibility: hidden;
  }

a#banner { top: 0px; height: 144px; width: 999px; }
a#home { left: 174px; width: 60px; }
a#meetrob { left: 236px; width: 81px; }
a#keynote { left: 319px; width: 140px; }
a#training { left: 460px; width: 162px; }
a#recycling { left: 623px; width: 139px; }
a#clients { left: 764px; width: 70px; }
a#articles { left: 836px; width: 79px; }
a#contact { left: 916px; width: 81px; }

#leftborder {
  width: 54px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  background-image: url("leftborder.jpg");
  background-repeat: repeat-y;
  float: left;
  display: inline;
  }
  
#quote {
  width: 226px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  background-image: url("quoteflow.jpg");
  background-repeat: repeat-y;
  float: right;
  display: inline;
  }
  
#content {
  width: 719px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  background-color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding-top: 10px;
  float: left;  
  }

#footer {
  width: 999px;
  height: 36px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  background-image: url("footer.jpg");
  background-repeat: no-repeat;
  clear: both;
  }

#articlelist {
  font-family: verdana;
  font-size: 0.8em;
  line-height: 130%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 80px;
  padding-left: 15px;
  border-left: 8px solid #cccccc;
  }

a:link { text-decoration: underline; color: #333366; }
a:visited { text-decoration: underline; color:#333366; }

p, ul {
  margin: 20px 80px 0px 80px;
  font-family: verdana;
  font-size: 0.8em;
  line-height: 130%;
  }

ul {
  list-style-type: square;
  }

img {
  display: block;
  }

img.header {
  margin: 0px 0px 6px 0px;
  display: block;
  }

img.centered {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
  }