@charset "UTF-8";

.thrColEls #container { 
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 

.thrColEls #sidebar1 {
	float: left; 
	width: 20em;
	padding: 15px 0; 
}

.thrColEls #sidebar2 {
	float: right; 
	width: 20em; 
	padding: 15px 0;
}

.thrColEls #sidebar1 h3, .thrColEls #sidebar1 p, .thrColEls #sidebar2 p, .thrColEls #sidebar2 h3 {
	margin-left: 10px; 
	margin-right: 10px;
}

.thrColEls #mainContent {
  margin: 0 20em 0 26em; 
  width: 430px;
  padding: 15px 0;
} 

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}