/*----------------------------------------------
 |  main.css |
 |-----------
 |  The default structural DIV:s
 |  Do NOT add extra elements here, they should be placed in main_extra.css
 *---------------------------------------------*/
div#banner-a {
  background-image: url(../images/header.gif);
  background-repeat: no-repeat;
  background-position: top left;
  height: 169px;
  width: 991px;
}

div#banner-b {
  
}

div#logo {
}

div#supercontainer {
  margin-top:20px;
  width: 991px;
  margin-left:auto;
  margin-right:auto;
}

div#container {
  width: 991px;

}

div#content-a {
  width: 991px;
}
div#content-a-a {

}

div#content-a-b {
  background-image: url(../images/menu.gif);
  background-position: top left;
  background-repeat: no-repeat;
  height: 36px;
  width: 991px;
  margin-top:6px;
  padding-left:25px;
}

div#content-a-c {
}

div#content-b {
  width: 991px;
  padding-bottom: 50px;
  padding-top: 20px;
}

div#content-b-a {
  float: left;
  width: 615px;
  margin-left: 25px;
  display: inline;
}

div#content-b-b {
}

div#content-b-c {

}

div#footer-a {
  clear: both;
  background-image: url(../images/footerbg.gif);
  background-position: top left;
  background-repeat: no-repeat;
  height: 36px;
  text-align: center;
  padding-top: 10px;
  color:#ffffff;
  font-weight:bold;
}

div#footer-b {
}
