.content
{
    padding-left :4px;
    padding-right :4px;
    padding-top : 0px;
}
.SidebarHeaderLeft
{
	width:4px;
	height:21px;
	background-image: url('sidebar_headLeft.jpg'); 
	background-repeat: no-repeat; 
	background-position:left;
}
.SidebarHeaderMiddle
{
	height:21px;
	background-image: url('sidebar_headMiddle.jpg'); 
	background-repeat: repeat-x;
	background-position:bottom;
}
.SidebarHeaderRight
{
	width:4px;
	height:21px;
	background-image: url('sidebar_headRight.jpg'); 
	background-repeat: no-repeat; 
	background-position:right;
}
.SidebarLeft
{ 
	width:4px;
	background-image: url('Sidebar_Left.jpg'); 
	background-repeat: repeat-y;
	background-position:left;
}
.SidebarRight
{ 
	width:4px;
	background-image: url('Sidebar_Right.jpg'); 
	background-repeat: repeat-y;
	background-position: right;
}
.SidebarFooterLeft
{
	width:4px;
	height:15px;
	background-image: url('sidebar_footerleft.jpg'); 
	background-repeat: no-repeat; 
	background-position:top left;
}
.SidebarFooterMiddle
{
	height:15px;
	background-image: url('sidebar_footermiddle.jpg'); 
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom :5px;
	
}
.SidebarFooterRight
{
	width:4px;
	height:15px;
	background-image: url('Sidebar_footerRight.jpg'); 
	background-repeat: no-repeat;
	background-position: top right;
}