.footer {
	height: 45px;
	font-size: 10px;
	color: #000066;
	background-color: #D2D2EC;
	padding-left: 10px;
	background-image: url(../graphics/layout/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
}
.footer p {
	width: 540px;
	padding-top: 4px;
	}
.footer img {
	float: right;
	position: relative;
	top: 4px;

	}
.footer a {
	color: #0033CC;
}
.footer a:hover {
	color: #FF0000;
}
