@charset "utf-8";
/* Left sidebar related styles */

.sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
}

.sidebarLeft #sidebarLeftHeading {
	margin: 0;
	background-color: #CCC;
	text-align: left;
	padding: 0;
}

.sidebarLeft #sidebarLeftImg {
	width: 140px;
	height: 700px;
	vertical-align:top;
	padding: 0;
	margin-bottom -40px;
}
