
.text_column {
	width: 48%;
	
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.linkPgTitle {text-align:center; font-family:arial black; font-size:20px; text-transform:uppercase; padding:2px; background:#cccccc; font-weight:bolder; }
.linkPgTitle a{text-decoration:none}
.linkPgImg img{

}
@media screen and (max-width: 850px) {
.text_column {
	float:none;
	width:100%;
	
}
@media screen and (max-width: 400px) {
	.text_column {
	float:none;
	width:100%;
	
}
}