#sidebar {
	position: absolute;
	left: 0px;
	top: 225px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	width: 225px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#sidebar .rframe {
	position: absolute;
	right: -1px;
	top: -1px;
}

#sidebar .brframe {
	position: absolute;
	right: -1px;
	bottom: -1px;
}
#sidebar li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	left: -20px;
	position: relative;
}
#sidebar li .content {
	text-indent: 5px;
}
#sidebar li .published {
	font-size: 9px;
}

#sidebar li .title {
	font-weight: bold;
}
