div#footer {
	position: absolute;
	width: 660px;
	bottom: 0; /* PLACE FOOTER AT BOTTOM OF PAGE */
	margin-left: 150px; /* SPACE FOR NAVIGATION */
	border-left: 1px solid #cccccc;

}

div#footer-rule {
	position: absolute;
	top: 0px;
	left: 0px;
	/* PARTIAL RULE ABOVE FOOTER */
}
	
#footer p {
	font-size: 83%;
	color: #999999;
	text-align:center;
	padding-top: 15px;
	
}

#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #333333;
	text-decoration: underline;
}
#footer p a img{padding-top:10px;}

