.sidebar-top
{
	height: 18px;
	width: 200px;
	background-image: url('../images/bg_sidebar_top.gif');
	background-repeat: no-repeat;
}
.sidebar-middle
{
	background-image:url('../images/bg_sidebar_middle.gif');
	background-repeat: repeat-y;
    width: 164px;
    padding-top: 4px;
    padding-bottom:4px;
    padding-right: 18px;
    padding-left: 18px;
}

.sidebar-bottom
{
	height: 18px;
	width: 200px;
	background-image: url('../images/bg_sidebar_bottom.gif');
	background-repeat: no-repeat;
}

