/* COPYRIGHT BAR */
	div.copyrightbar_left
	{
		width:6px;
		height:22px;
		
		background-image:url(images/copyrightbar_left.png);
		background-repeat:no-repeat;
		
		float:left;
	}
	
	div.copyrightbar_center
	{
		width:938px;
		height:22px;
		
		color:#8996a0;
		line-height:17px;
		
		background-image:url(images/copyrightbar_center.png);
		background-repeat:repeat-x;
		
		float:left;
	}
	
	div.copyrightbar_right
	{
		width:6px;
		height:22px;
		
		background-image:url(images/copyrightbar_right.png);
		background-repeat:no-repeat;
		
		float:left;
	}