#contentContainer #content { 
	padding: 10px; 
	width: 980px;
	float: left;
}

#sidebarContainer { 
	width: 0; 
	float:	right;
	height: 0;
	border-bottom-color: #000;
	border-bottom-style: solid;
	background-image: url(../../images/sidebarBG.png);
	visibility: hidden;
	overflow: hidden;
	position: static;
}