
.terms-text-indent {
	padding-left: 15px;
}


.terms {
	  width: 88%;
  height: 500px;
  	margin-left: auto;
  margin-right: auto;
	overflow: auto;  	
  	background: #292829;
}
body.lowres .terms{
	width:98%;
}
.terms-left {
	float:left;
	width: 300px;
	background: url('/images/building.jpg') #292829;
	height: 500px;
	border-right: 2px solid red;

}
.terms-right {
	  font-family: Din,Tahoma,helvetica,arial;
	font-size: 1.1em;
	color: white;
	float:none;
	overflow: auto;
	background: #292829;
		    padding-left: 20px;
    padding-right: 20px;
    
	
	}
	
.very-large-text {
	  font-family: Din,Tahoma,helvetica,arial;
	font-size: 2.2em;
	
}
	