@charset "utf-8";
/* CSS Document */
div#contentHolder div#sideBar div#newestEntries{
	height: 45px;
	width: 160px;
	top: -45px;
	position: absolute;
	background-image: url('/images/newest_entries.png');
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 64px;
	font-size: 14px;
	font-weight: bold;
	line-height: 45px;
}