body {
    margin: 0px;
    padding: 0px;
    background: url(images/bg.gif) repeat;
}

#container {
    width: 950px;
    margin: auto;
	margin-top: 50px;
	z-index: 1;
}

#header-bar{
    width: 950px;
	height: 66px;
	position: relative;
	background: url(images/headerbar.png);
	z-index: 5;
}

#content{
    width: 660px;
	top: -7px;
	padding-left: 120px;
	padding-top: 20px;
	padding-right: 170px;
	position: relative;
	z-index: 2;
	background: url(images/treefade-bg2.jpg) no-repeat top right #fff;
}

#content-home{
    width: 530px;
	padding-left: 380px;
	padding-right: 40px;
	padding-top: 30px;
	top: -7px;
	position: relative;
	z-index: 2;
	background: url(images/tree-bg.jpg) no-repeat top left #fff;
}

#footer {
    width: 950px;
	height: 32px;
    margin: auto;
	top: -20px;
	position: relative;
	margin-bottom: 100px;
	background: url(images/footerbar.png);
	z-index: 11;
	padding-top: 15px;
}

img, div { behavior: url(iepngfix.htc) }

img {vertical-align:top;}

