/*----------------------------------------------
 |  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/bg_head.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  width: 850px;
  background-color: #197a30;
  padding-top:104px;
}

div#banner-b {
}

div#supercontainer {
  width: 850px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

div#container {
  width: 850px;
  background-color: #ffffff;
  margin-bottom: 0px;
}

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

div#content-a-a {
}

div#content-a-b {
	width: 680px;
	padding: 50px;
	padding-top: 20px;
  background-color: #ffffff;
}

div#footer-a {
}

div#footer-b {
  background-image: url(../images/bg_footer.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 0px;
  margin: 0px;
  width: 850px;
  height: 40px;
  text-align: center;
}