/*----------------------------------------------------------------------------
 |  main.css |
 |-----------
 |  The default structural DIV:s
 |  Do NOT add extra elements here, they should be placed in main_extra.css
 *---------------------------------------------------------------------------*/

div#banner-a {
  height: 99px;
  width: 830px;
  margin-left: 0px;
}

div#banner-b {
}

div#logo {
  background-image: url(../images/logo.gif);
  background-repeat: no-repeat;
  background-position: top left;
  height:99px;
  width:144px;
}

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

div#container {
}

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

div#content-a-a {
  float: left;
  width: 174px;
  height: 198px;
  padding: 0;
  margin: 0;
}

div#content-a-b {
  background-image: url(../images/image_bg.gif);
  background-repeat: repeat-x;
  background-position: top right;
  width: 650px;
  height: 198px;
  padding: 0;
  margin: 0;
  padding-top: 17px;
  float: left;
}

div#content-a-c {
}

div#content-b {
  clear:both;
  width: 830px;
}

div#content-b-a {
  float: left;
  width: 174px;
  padding: 0;
  margin: 0;
}

div#content-b-b {
  width: 600px;
  margin-left: 194px;
}

div#content-b-c {
}

div#footer-a {
}

div#footer-b {
  clear:both;
}

div#footer-c {
  background-image: url('../images/footer.gif');
  background-repeat: no-repeat;
  background-position: top left;
  width: 830px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  clear:both;
  text-align:right;
  color:#ffde00;
  padding-top:5px;
}
div#footer-c a:link, a:active, a:visited {
  color: #ffde00;
  text-decoration: none;  
}

div#footer-c a:hover {
  text-decoration: underline;  
}
