div#headlines {
	width: 969px;
	height: 72px;
	overflow: hidden;
}

div#headlines div#logo{
	width: 204px;
	height: 69px;
	margin: 0px 4px 0px 4px;
	float: left;
}

div#headlines div#topNews {
	width: 338px;
	height: 60px;
	float: left;
	padding: 6px 0px 6px 6px;
	position: relative;
}

div#headlines div#topNews a#arrowUp {
	display: block;
	width: 7px;
	height: 5px;
	position: absolute;
	top: 8px;
	left: 6px;
}

div#headlines div#topNews a#arrowDown {
	display: block;
	width: 7px;
	height: 5px;
	position: absolute;
	bottom: 8px;
	left: 6px;
}

div#headlines div#topNews table.topNewsItem {
	border: 0px;
	color: #ffffff;
	font-family: Arial;
	position: absolute;
	left: 20px;
	width: 320px;
	top: 6px;
}

div#headlines div#topNews table.topNewsItem a {
	color: #ffffff;
	text-decoration: none;
}

div#headlines div#topNews table.topNewsItem a:hover {
	color: #cccccc;
}

div#headlines div#topNews table.topNewsItem h1 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

div#headlines div#topNews table.topNewsItem p {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

div#headlines div#topNews table.topNewsItem img {
	width: 96px;
	height: 59px;
	border: 0px;
	margin-right: 6px;
}

div#headlines div#topVideos {
	width: 393px;
	height: 60px;
	float: right;
	padding: 6px 0px 6px 6px;
	position: relative;
}

div#headlines div#topVideos div#latestVideos {
	width: 54px;
	height: 24px;
	position: absolute;
	top: 22px;
	left: 10px;
}

div#headlines div#topVideos a#arrowUp {
	display: block;
	width: 7px;
	height: 5px;
	position: absolute;
	top: 8px;
	left: 33px;
}

div#headlines div#topVideos a#arrowDown {
	display: block;
	width: 7px;
	height: 5px;
	position: absolute;
	bottom: 8px;
	left: 33px;
}

div#headlines div#topVideos table.topVideosItem {
	color: #ffffff;
	position: absolute;
	right: 6px;
	top: 2px;
	width: 325px;
	height: 70px;
	text-align: center;
}

div#headlines div#topVideos table.topVideosItem td {
	text-align: center;
	width: 25%;
}

div#headlines div#topVideos table.topVideosItem div {
	width: 60px;
	height: 45px;
	background: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div#headlines div#topVideos table.topVideosItem img {
	max-height:45px;
	max-width:60px;
}

div#headlines div#topVideos table.topVideosItem a {
	display: block;
	padding: 0px;
	color: #ffffff;
	font-size: 9px;
	font-family: Arial;
	text-decoration: none;
	padding-top: -4px;
}

div#headlines div#topVideos table.topVideosItem p {
	margin: 0;
	padding: 2px 0px 0px 0px;
}

div#headlines div#topVideos table.topVideosItem a:hover {
	color: #cccccc;
}
