#sidebarContainer {
	height: 362px;
	width: 200px;
	float: left;
	display: block;
	position: relative;
	padding: 15px 35px 15px 15px;
	overflow: hidden;
	margin: 0;
}

#contentContainer #content {
	height: 320px;
	float: right;
	position: relative;
	padding: 15px 15px 15px 0px;
}

#sidebarContainer {
background: url('../../images/sidebar-drop.jpg') no-repeat 15px 20px;
}