/*----------------------------------------------
 |  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.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 133px;
}

div#banner-b {
  
}

div#logo {
}

div#supercontainer {
  margin: 0px auto 0px auto;
  padding: 0px;
  width: 772px;
  text-align: left;
}

div#container {
	width: 772px;
	\width: 792px;
	w\idth: 772px;
  background-image: url(../images/container_bg.png);
  background-repeat: repeat-y;
  background-position: top center;
	margin: 0px;
	padding: 0px;
}

div#content-a {
	width: 772px;
	\width: 792px;
	w\idth: 772px;
	margin: 0;
	padding: 0px;
	background-color: transparent;
}
div#content-a-a {

}

div#content-a-b {
  padding-left: 11px;
  width: 750px;
}

div#content-a-c {
}

div#content-b {
	width: 772px;
	\width: 792px;
	w\idth: 772px;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  margin-top: 20px;
}

div#content-b-a {
  float: right;
  width: 230px;
  margin-right: 29px;
  display: inline;
}

div#content-b-b {
  margin-left: 31px;
}

div#content-b-c {
  margin-top: 20px;
  margin-left: 31px;
  width: 460px;
}

div#footer-a {
	clear: both;
	padding: 0px;
  padding-left: 31px;
  padding-top: 6px;
	margin: 0px;
  margin-left: 0px;
  font-size: 1.0em;
  height: 40px;
  background-image: url(../images/footer-a.gif);
  background-position: top center;
  background-repeat: no-repeat;
  color: #A1A1A1;
}

div#footer-b {
  background-image: url(../images/footer_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  height: 59px;
}