/* social links plugin *//* This is width of one column, hence for two columns it will be double of what specified */
.social_links {
      background:#000;
	width: 150px;  
       height: 150px;
 
	float: left;
	margin: 0 0 -0px 0;
}

.social_links ul {

	list-style: none;
	margin: 0;
	padding: 0;
}

.social_links ul li {

	margin: 0 0 12px 0;
	padding: 0;
}

.social_links img {

	border: 0;
}

.clear {

 	clear: both;
 	height: 1px;
}

.sociourl {

	height: 18px;
	border: 1px gray solid;
}
