/*----------------------------------------------
 |  main.css |
 |-----------
 |  The default structural DIV:s
 |  Do NOT add extra elements here, they should be placed in main_extra.css
 *---------------------------------------------*/
div#banner-a {
	width: 629px;
  border-left: 1px solid #00924B;
  border-right: 1px solid #00924B;  
  background-image: url(../images/header.gif);
  background-repeat: no-repeat;
  background-position: top left;
  height: 99px;
}

div#banner-b {
  
}

div#logo {

}

div#supercontainer {
  width: 629px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

div#container {
  border-left: 1px solid #00924B;
  border-right: 1px solid #00924B;  
	width: 629px;
}

div#content-a {
}
div#content-a-a {

}

div#content-a-b {
}

div#content-a-c {
}

div#content-b {
	width: 629px;
  padding-top: 20px;
}

div#content-b-a {
	float: left;
	width: 200px;
  display: inline;
}

div#content-b-b {
	padding: 0px;
  margin-left: 215px;
  margin-right: 0px;
  width: 400px;
}

div#content-b-c {
}

div#footer-a {
  clear: both;
  background-color: #00924B;
  color: White;
  padding: 5px;
  padding-left: 50px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 574px;
}

div#footer-b {
  text-align: center;

}