.footer_cnt
{
	width:1004px;
	height:67px;
	margin:32px 0 0 0;
}
	.footer_left
	{
		width:10px;
		height:67px;
		background-image:url(../images/footer_sides.png);
		background-position:left;
		float:left;
	}
	.footer_middle
	{
		width:924px;
		height:67px;
		padding:0 30px;
		background-image:url(../images/footer_mid.png);
		background-repeat:repeat-x;
		float:left;
	}
		.footer_middle table
		{
			width:924px;
			height:67px;
			line-height:18px;
		}
		.footer_middle table tr td a
		{
			padding:0 3px;
		}
		.footer_middle table tr td div
		{
			padding:0 10px 0 0;
		}
	.footer_right
	{
		width:10px;
		height:67px;
		background-image:url(../images/footer_sides.png);
		background-position:right;
		float:left;
	}