#footer_bar
{
	width: 861px;
	height: 5px;
	background-color: #9D9D9D;
	margin-top: 10px;
	clear: right;
}
#footer 
{
	background-color: #2c3987;
	color: #FFFFFF;
}
#footer p
{
	font-size: 8pt;
	padding: 5px;
}
#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover 
{
	text-decoration: underline;
}
#bottom_shadow {
	margin-left: -12px; /* google chrome and firefox 2 only */
	margin-top: -12px;
	height: 27px;
	width: 931px;
	background-image: url("img/bottom_shadow.jpg");
}
html>/**/body #bottom_shadow, x:-moz-any-link, x:default { /* firefox 3 only - ie set in seperate file */
	margin-left: -29px;
}