﻿#divSidebar {
	width: 200px;
	text-align: center;
	position: relative;
	float: left;
	background-color: #f7e48c;
	margin-bottom: -40px;
	padding-bottom: 70px;
}
#divSidebar Img {
	padding: 0px;
	margin-top: 5px;
}
.SidbarImg2 {
	background-image: url(../images/SidebarCorner.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 35px;
	width: 35px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}
