#SidebarContent {
display:none;
}

#container {
background: none;
}

#content {
float: right;
width: 65%;
background: white;
height: 100%;
padding-bottom: 40px;

}

.wrapper {
}

#SidebarContent2 {
	display: block;
	width: 920px;
	margin: 0 auto;
	background: white;
	margin-top: 20px;
	padding: 20px 40px 50px 40px;
	float: left;
	width: 20%;
	margin-top: 0;
}

#Col3 {
	clear: both;
	float: none;
}

#footerEnd  {
	margin-top: 40px;
}


