/*----------------------------------------------
 |  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/logo.gif);
  background-repeat: no-repeat;
  background-position: top left;
  height: 63px;
}

div#banner-b {
  
}

div#logo {

}

div#supercontainer {
  width: 850px;
}

div#container {
	width: 700px;
	\width: 720px;
	w\idth: 700px;
}

div#content-a {
}
div#content-a-a {

}

div#content-a-b {
}

div#content-a-c {
}

div#content-b {
	width: 850px;
	\width: 850px;
	w\idth: 850px;
  padding-top: 30px;
}

div#content-b-a {
	float: left;
	width: 220px;
	width: 220px;
	w\idth: 220px;
  display: inline;
}

div#content-b-b {
	padding: 0px;
  margin-left: 220px;
  margin-right: 0px;
  width: 490px;
}

div#content-b-c {
  position: absolute;
  z-index: 5;
  left: 890px;
  top: 100px;
  text-align: center;
}

div#footer-a {
}

div#footer-b {
  clear: both;
  margin-top: 50px;
  background-image: url(../images/footer.gif);
  background-repeat: no-repeat;
  background-position: top left;
  width: 600px;
  margin-left: 235px;
  height: 44px;
}