.candle {
	background:#000000;
	padding:5px 20px;
}

.header_meter {
	background:#047F87;
	padding:10px 20px;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:white;
}
.header_meter .board {
	float: left;
	width:295px;
}
.header_meter .board .meter {
	height:32px;
	width:120px;
	background: url(../Images/meter.gif);
	margin-bottom:10px;
	text-align:right;
	padding-right:85px;
	padding-top:6px;
	font-size:20px;
	color:black;
	letter-spacing:12px;
}
.header_meter .candles {
	float: right;
	width: 200px;
}
.header_meter a:link, .header_meter a:visited {
	color:#ffffff;
}


