div#headline {
    float: left;
    width: 853px;
    height: 49px;
    background-color: black;
}

div#headlineTop {
	width: 853px;
	height: 29px;
}

div#headlineBottom {
	width: 853px;
	height: 20px;
}

div#headlineBottomLeft {
	width: 100px;
	height: 15px;
	text-align: left;
}
div#headlineBottomCenter {
	width: 300px;
	height: 15px;
	text-align: left;
}


div#headlineBottomRight {
	width: 443px;
	height: 15px;
	text-align: right;
}

.title {
    font-family: 'Arial';
    font-size: 12px;
    color: white;
    padding-bottom: 5px;
	font-weight: normal;
}