@charset "UTF-8";
/* CSS Document */

#footer {
	height:60px;
	background-color: #4C4C4C;
	color:white;
}
#contactinfo {
	width:950px;
	margin:0 auto;
}
#footer p {
	float:left;
	margin-top:10px;
}

#footer a {
	float:left;
	margin-top:10px;
	text-decoration: none;
	color:white;
	margin-left:20px;
}
#footer a:focus {
	outline:none;
}
#footer .right-side {
	float:right;
	color:#999999;
	margin-top:10px;
}
