#MAINBODY #SocialMediaAll {
	text-align: center;
	display: block;
	width: 180px;
	float: left;
	height: auto;
}

#SocialMediaLinks {
	text-align: center;
	display: block;
	width: 130px;
	margin-top: 20px;
	height: 40px;
	float: left;
}

#SocialMediaLinks a img {
	display: block;
	float: left;
	margin: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#SocialMediaLinks a:hover img {
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	}
#SocialMediaLinks .facebook {}
#SocialMediaLinks .twitter {}
#SocialMediaLinks .youtube {}

#SocialMedis-Share {
	display: block;
	width: 172px;
	margin-top: 20px;
	height: 20px;
	margin-bottom: 10px;
}
#SocialMedis-Share img {
	float: right;
}

#SocialMedis-Share a {
	font-size: 10px;
	color: #AAB3BD;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

