#content a img{
border: none;
	color: #555555;
	filter: alpha(opacity=100);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity:1;
}

#content a:hover img {
filter: alpha(opacity=30);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity:0.3;
	color: #555555;
}
 

.left{
float:left;
margin-right:5px;
padding-bottom:30px;
} 

.img_row{
float:left;
clear:both;
margin-left:-30px;
height:100px;

} 

 

#contact{color: white; background-color: #1c2021;}
.heading{ line-height: 20px; color: #555555; font-size: 18px; padding-bottom: 0px; margin-left: 0px; }
.heading_internal{ line-height: 20px; color: #555555; font-size: 18px; padding-bottom: 0px; margin-left: -24px; }


 
