#mainBody {
	float: left;
	margin: 0 41px 0 0;
		display: inline; /*to fix double margin in IE6*/ 
	padding: 0;
	width: 420px;
	height: 395px;
	background: #fff;
	overflow: auto;
	overflow-x: hidden;
	cursor:default;
}

#sidebarhome {
	float: right;
	margin: 0;
		display: inline; /*to fix double margin in IE6*/ 
	padding: 0;
	width: 419px;
	height: 315px;
}

#sidebarhome img{
	float: left;
	margin: 0 0 14px 0;
		display: inline; /*to fix double margin in IE6*/ 
	padding: 0;
	width: 419px;
	height: 315px;
	background: #fff;
}

#sidebarhome h2{
	clear: both;
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 10px;
	color: #9B968B;	
	text-align: right; 
	background: #fff;
}

#sidebarOne {
	float: right;
	margin: 0;
		display: inline; /*to fix double margin in IE6*/ 
	padding: 0;
	width: 419px;
	height: 419px;
}

#sidebarOne img{
	float: left;
	margin: 0 0 14px 0;
		display: inline; /*to fix double margin in IE6*/ 
	padding: 0;
	width: 419px;
	height: 395px;
	background: #fff;
}

#sidebarOne h2{
	clear: both;
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 10px;
	color: #9B968B;	
	text-align: right; 
	background: #fff;
}

#footer {margin-top: 22px;}/*adjust top margin to push footer to correct position*/ 

