/****************
	social
	networks
****************/
#social_networks {
	position: absolute;
	width: 180px;
	top: 1px;
	right: 25px;
}

dl.social_networks {
	margin: 0px;
}

dd.social_network {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	margin: 0em 0em 0em 0em;
}


/****************
	links
****************/
a.social_network:link, a.social_network:visited {
	color: #00D3C8;
	background-color: #FFFFFF;
	text-decoration: none;
}

a.social_network:hover, a.social_network:active {
	color: #FFFFFF;
	background-color: #00D3C8;
	text-decoration: none;
}

