/*----------------------------------------------
 |  main.css |
 |-----------
 |  The default structural DIV:s
 |  Do NOT add extra elements here, they should be placed in main_extra.css
 *---------------------------------------------*/
div#banner-a {
}

div#banner-b {
	background: url(../images/banabg.jpg) no-repeat;
	height: 49px;
}

div#logo {
}

div#supercontainer {
	width: 854px;
	margin: 0 auto;
}

div#container {
	background: url(../images/docbg.jpg) repeat-y;
}

div#content-a {

}

div#content-a-a {
	background: url(../images/menubg.jpg) no-repeat;
	height: 35px;
	overflow: hidden;
}

div#content-a-b {
	background: url(../images/top.jpg) no-repeat;
	height: 158px;
	padding-left: 15px;
	padding-top: 2px;
	width: 839px;
}

div#content-a-c {
}

div#content-b {
	background: url(../images/doctop.jpg) no-repeat;
}

div#content-b-a {
}

div#content-b-b {
	padding-top: 16px;
	margin-left: 38px;
	margin-right: 55px;
}

div#content-b-c {
}

div#footer-a {
	background: url(../images/bottom.jpg);
	height: 107px;
}

div#footer-b {
}


