/* 
	CSS for http://www.keltica-band.com/ 
	band.html page only 
*/

.band .col-header{
	width:224px;
	margin-left:5px;
}
.band H2{
	width:100%;
	height:20px;
	margin:0;
	padding:0.2em 0 0;
	background:#F00 url(../images/backgrounds/title-bar-red.jpg) repeat-x left top;
	color:#FFF;
	text-align:center;
}
.band IMG{
	margin-bottom:1.0em;
	padding:1px;
	border:1px solid #600;
	border-top:none;
}
.band TABLE{
	width:224px;
	margin:0;
	margin-left:4px;
	border-collapse:collapse;
	border:none;
	background:url(../images/backgrounds/table.jpg) repeat-x left top;
}
.band TH{
	margin:0;
	padding:5px 1px 5px 5px;
	color:#00F;
	line-height:1.3em;
	vertical-align:top;
	font-weight:normal;
	text-align:left;
	text-transform:uppercase;
}
.band TD{
	margin:0;
	padding:5px 5px 5px 1px;
	color:#F00;
	text-align:left;
	line-height:1.3em;
	vertical-align:top;
}
.band TABLE TR.spacer TH,.band TABLE TR.spacer TD{
	height:4.0em;
	border-bottom:1px solid #600;
}