#sidebar {
	position:relative;
	float: right;
	width: 20%;
	margin-left: 20px;
	border-bottom: thick double black;
	padding-bottom: 10px;
	z-index: 400;
}
#content {
width: 76%;
}