#content {
	position: relative;
}
#blackBar {
	background-image: url(images/black_bar.png);
	width: 979px;
	height: 165px;
	left: 2px;
	position: relative;
}
#blackBar h1 {
	position: relative;
	top: 57px;
	left: 50px;
	font-size: 18px;
	color: #dedede;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#blackBar h2 {
	position: absolute;
	top: 82px;
	left: 50px;
	font-size: 16px;
	color: #dedede;
	font-family: Arial, Helvetica, sans-serif;
	width: 425px;
	font-weight: normal;
}
#blackBar h3 {
	position: absolute;
	top: 42px;
	left: 519px;
	font-size: 18px;
	color: #dedede;
	font-family: Arial, Helvetica, sans-serif;
	width: 425px;
	font-weight: bold;
}
#news {
	font-family: Arial, Helvetica, sans-serif;
	color: #dedede;
	position: absolute;
	top: 66px;
	left: 519px;
	width: 440px;
	height: 55px;
	font-size: 14px;
}
#news a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #dedede;
	text-decoration: none;
}
#news a:hover {
	text-decoration: underline;
	color: #FFF;
}
