#pagecontent .top{
	height: 9px;
	background-image: url(images/combinedbar_bg_top.png);
	behavior: url(css/iepngfix.htc);
	background-repeat:no-repeat;
}
#pagecontent .middle{
	background-image: url(images/leftbar_bg_middle.png);
	background-repeat: repeat-y;
	behavior: url(css/iepngfix.htc);
	height: 100%;
}
#pagecontent .bottom{
	height: 16px;
	background-image: url(images/combinedbar_bg_bottom.png);
	behavior: url(css/iepngfix.htc);
	background-repeat: no-repeat;
}
#mainbar .spacer{
	height: 34px;
	background-image: url(images/mainbar_bg_spacer.png);
	behavior: url(css/iepngfix.htc);
}
#mainbar .lower{
	height: 16px;
	background-image: url(images/mainbar_bg_bottom.png);
	behavior: url(css/iepngfix.htc);
}
.indexcontent{
	background-image: url(images/mainbar_bg_middle.png);
	background-repeat: repeat-y;
	behavior: url(css/iepngfix.htc);
	overflow: hidden;
	width: 100%;
}
.indexcontent div.inner{
	padding: 0px 10px 0px 10px;
}
