/* begin footer */

.footer {
	width: 760px;
	height: 25px;
	float: left;
	padding: 0px;
	margin-top: 20px;
}
.footerContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	list-style-image: none;
	list-style-type: none;
	width: 760px;
	margin: 0px;
	padding: 0px;
	color: #999;
}
.footerLeft {
	background-color: #FFF;
	float: left;
	width: 380px;
}
.footerRight {
	background-color: #FFF;
	float: left;
	width: 380px;
	text-align: right;
}
