div#footer {
	width: 964px;
	height: 112px;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-color: #f7f7f7;
}

div#leftFooterContent {
	height: 99px;
	width: 637px;
	margin-top: 13px;
	padding-left: 20px;
	float: left;
}

div#leftFooterContent a {
	font-size: 10px;
	color: #4b4b4b;
	text-decoration: none;
}

div#leftFooterContent a:hover {
	text-decoration: underline;
}

div#leftFooterContent p {
	font-size: 9px;
	color: #a13636;
	margin-bottom: 9px;
	margin-top: 9px;
}

div#rightFooterContent {
	width: 283px;
	height: 104px;
	float: left;
	margin-top: 8px;
}

div#rightFooterContent p, div#rightFooterContent a {
	font-size: 10px;
	color: #4b4b4b;
	text-decoration: none;

}

div#rightFooterContent a:hover {
	text-decoration: underline;
}