/* CSS Document */

#footer {
	background-image: url(../images/footer-background.png);
	background-repeat: repeat-x;
	border: 0;
	height: 162px;
	margin-top: 48px;
//	margin-top: 39px;
	width: 997px;
}
#footerLeft {
	float: left;
	margin: 32px 0 0 32px;
//	margin: 32px 0 0 20px;
	width: 500px;
}
#footer h2 {
	background-image: url(../images/footer-title.gif);
	height: 47px;
	margin-bottom: 5px;
	width: 479px;
}
#footer p, #footer a {
	color: white;
	font-size: 13px;
	text-decoration: none;
}
#footerRight {
	float: right;
	text-align: right;
	margin: 90px 20px 0 0;
	width: 280px;
}
#footerRight p, #footerRight a {
	font-size: 11px;
	margin-bottom: 15px;
}
