/* @group Layout */

#sidebarContainer {
	background: url(sidebar_cap.png) no-repeat left bottom;
	padding-bottom: 45px;
}
#sidebarContainer #sidebar {
	background: url(sidebar_y.png) repeat-y left;
}

#sidebarContainer .sideHeader {
	background: url(sidebar-header.png) no-repeat left top;
}
#sidebarTitle {
	position: absolute;
	left: 20px;
	top: 50px;
}	
/* @end */