.header_text {
	position: relative;
	vertical-align: middle;
	float: left;
	height:60px;
	left:10px;
	top:10px;
	text-shadow: 0px 1px 1px #000;
}

.header_headline {
	font-family: "Trebuchet MS", sans-serif;
	color: #fff;
	font-size:20px;
	padding: 0px;
	margin: 0px;
	font-weight:bold;
	text-indent:0;
	text-shadow: 0px 1px 1px #000;
}

.header_subline {
	font-family: "Trebuchet MS", sans-serif;
	color: #fff;
	font-size:11px;
	padding: 0px;
	margin: 0px;
	text-indent:0;
	text-shadow: 1px 1px 1px #000;
}

.countdown {
	position: relative;
	float: right;
	right:10px;
	top: -5px;
	font-family: "Trebuchet MS", sans-serif;
	color: #666;
	font-size:13px;
	padding: 0px;
	margin: 0px;
	width: 300px;
}

.countdown_title {
	background: url(images/content_boxes/countdown.png);
	padding-top: 40px;
	margin:0;
}

.countdown_text {
	background: #efefef;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top: none;
	width: 294px;
	padding:2px;
}