/*----------------------------------------------
 |  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: 23px;
  width: 718px;
  padding-top: 127px;
}

div#banner-b {
}

div#supercontainer {
  width: 718px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

div#container {
  width: 718px;
  background-image: url(../images/contentbg.gif);
  background-repeat: repeat-y;
  background-position: top left;
}

div#content-a {
  margin-left: 9px;
  width: 700px;
  background-image: url(../images/shadow.gif);
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 550px;
}

div#content-a-a {
  background-color: #fafafa;
  margin-top: 30px;
  width: 200px;
  margin-right: 20px;
  float: right;
  display: inline;
}

div#content-a-b {
  width: 425px;
  margin-left: 34px;
  padding-bottom: 30px;
  min-height: 400px;
}

div#content-a-c {
}

div#content-b {
}

div#content-b-a {
}

div#content-b-b {
}

div#content-b-c {
}

div#footer-a {
}

div#footer-b {
  background-image: url(../images/footerbg.gif);
  background-position: top;
  background-repeat: no-repeat;
  clear: both;
  width: 718px;
  height: 60px;
}