/*** Page footer ***/
#footer
{
	clear: both;
	width: 70%;
	max-width: 840px; /* 70% of max-width=1200px */
	margin-left: auto;
	margin-right: auto;
	height: 3.5em;
	margin-top: -4em; /* to counter footer's height*/
	border-top: solid 2px rgb(100,100,100);
	padding-top: 0.6em;
	/*background: green;*/
}
#footer h5
{
	/*background: blue;*/
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: rgb(20,20,20);
	text-align: center;
}
#footer h5 a
{
	text-decoration: none;
	color: rgb(20,20,20);
}
#footer h5 a:hover
{
	background: rgb(180,180,180);	
}