#sidebar {
	position: absolute;
	left: 790px;
	top: 115px;
	width: 180px;
	padding: 10px;
	border-left: 2px solid #85BBA1;
	border-right: 2px solid #C0EED7;
	border-bottom: 2px solid #C0EED7;
	background : #99d8bb;
	margin-top : 20pt;
}

#sidebar h2 {
	text-align: center;
	font-size: 10pt;
	color: #4F4F4F;
	font-weight : bold;
	margin-top : 2pt;
	margin-bottom : 2pt;
}

#sidebar p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#sidebar ul {
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

#sidebar a {
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: none;
}

#sidebar a:hover {
	font-weight: bold;
	color: #DC143C;
	text-decoration: none;
}

#sidebar li {
	margin: 2px 0px 2px 16px;
	padding: 0px;
	line-height: 150%;
}

div.thumb {
	padding: 5px;
	text-align: center;
	margin: 10px 0px 0px 0px;
	border-right: 2px solid #85BBA1;
	border-left: 2px solid #C0EED7;
	border-bottom: 2px solid #85BBA1;
	border-top: 2px solid #C0EED7;
}
