/*----------------------------------------------
 |  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 center;
  height: 105px;
  width: 914px;
  margin-left: 32px;
}

div#banner-b {
  
}

div#logo {
}

div#supercontainer {
  background-image: url(../images/contentbg.gif);
  background-repeat: repeat-y;
  background-position: top left;
  margin: 0px auto 0px auto;
  width: 969px;
  text-align: left;
}

div#container {
  width: 953px;
}

div#content-a {
}

div#content-a-a {
  margin-left: 32px;
  background-image: url(../images/menu-bar.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 700px;
  height: 71px;
  padding-left: 214px;
}

div#content-a-b {
}

div#content-a-c {
}

div#content-b {
}

div#content-b-a {
  display: inline;
  margin-left: 32px;
  background-image: url(../images/leftside.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 214px;
  height: 400px;
  float: left;
}

div#content-b-b {
  margin-left: 246px;
  width: 700px;
  min-height: 400px;
  padding-bottom: 25px;
}

div#content-b-c {
}

div#footer-a {
  border-top: double #EE721D;
  margin-left: 8px;
  height: 70px;
  background-color: #FFF7DE;
  width: 953px;
  clear: both;
  color: #7E7E7E;
  text-align: center;
  padding-top: 15px;
}

div#footer-b {
  clear: both;
  background-image: url(../images/footerbg.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 969px;
  height: 15px;
}