div#articleFooter{
	width:555px;
	margin: 15px 0 0 0;
/*	position:relative;
	top:-70px;*/
}
div#footerContact{
	text-align:center;
	float:right;
}
img#footerSkillsBus{
	border:0;
	float:left;
}
a.footerAreaLink, a.footerCopyrightLink{
	text-decoration:none;
	padding: 0 5px 0 5px;
	font-size:smaller;
	font-weight:bolder;
}
a.footerAreaLink, a.footerAreaLink:visited{
	/*color:#153B99;*/
	color:#000000;
}
a.footerCopyrightLink, a.footerCopyrightLink:visited{
	/*color:#330066;*/
	color:#85C606;
}
p.footerContact{
	margin:4px;
	font-size:smaller;
}
/* This has to go at the end of any a styles or it gets overridden */
a:hover{
	text-decoration:underline;
}

