#main {
	width: 710px;
	float: left;
	height: auto;
	background-color: #C90;
	font-family: lato, "open sans";
	color: #FFF;
	margin-left: 10px
}
#wrapper      {
	font-size: 14px;
	height: auto;
}
#rtcolumn {
}

h6 {
	font-family: lato, "open sans";
	font-size: 12px;
	color: #FFF;
}
#rtcolumn {
	height: 980px;
	width: 150px;
	background-color: #C90;
	float: right;
}
#ltcolumn {
	float: left;
	height:980px;
	width: 150px;
	background-color: #C90;
}
#wrapper #main {
	width: 700px;
	float: left;
	margin-left: 10px;
	
}