/*----------------------------------------------
 |  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.jpg);
  background-repeat: no-repeat;
  background-color: #352E2C;
  background-position: top left;
  height: 130px;
  width: 800px;
}

div#banner-b {
  
}

div#logo {
}

div#supercontainer {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #C60003;
}

div#container {
	width: 794px;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #FFFFFF;
}

div#content-a {
}
div#content-a-a {

}

div#content-a-b {
}

div#content-a-c {
}

div#content-b {
	width: 794px;
  margin-top: 40px;
}

div#content-b-a {
	float: right;
	width: 278px;
  margin-right: 40px;
  display: inline;
}

div#content-b-b {
	padding: 0px;
  margin-left: 40px;
  width: 400px;
}

div#content-b-c {

}

div#footer-a {
}

div#footer-b {
  clear: both;
  background-image: url(../images/footerbg.gif);
  background-position: top left;
  background-repeat: no-repeat;
  height: 37px;
  color: White;
}
