#wrapper {
	background: #fff;
}
#sidebar_header {
	background: #fff;
}
#container {
	width: 100%;
	background: #fff;
	float: left;
	margin-right: -400px;
}
#content {
	background: #fff;
	margin-right: 400px;
	padding:10px;
}
#sidebar {
	width: 400px;
	float: right;
}
#container240 {
	width: 100%;
	background: #fff;
	float: left;
	margin-right: -240px;
}
#content240 {
	background: #fff;
	margin-right: 240px;
	padding:10px;
  min-height:350px;
  height:auto !important;
  height:350px;
}
#sidebar240 {
	width: 240px;
	float: right;
}
#sidebar_footer {
	background: #fff;
}
h1 {
	margin-top: 0;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
