﻿
#main-body{
	float:left;
	width:69%;
	height:100%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	background-color:#fff;
	
}	
#content {
	float: right;
	width: 70%;
	height:100%;
	
	}
#sidebar {
	float: left;
	width: 30%;
	height:100%;	
	}
#sidebar-2 {
	float: right;
	width: 30%;
	height:100%;	
	}
