﻿#header_band
{
	text-align : center;
	background-color : Green;	
}

#header_band table
{
	font-size : 12px;
	width : 850px;
	background-color : Orange;
}

#header_band td.header_band_left
{
	text-align : left;
	width : 200px;
	color : Red;	
}

#header_band td.header_band_middle
{
	text-align : center;
	color : Blue;
}

#header_band td.header_band_right
{
	text-align : right;
	width : 200px;
	color : Yellow;	
}
