/* Footer */
.footer {
	background: #958463 url(images/footer2.jpg) no-repeat;
	background-position: bottom;
	color: #CCC;
	font-size: 1.0em;
	margin: 0 auto;
	width: 1000px;
	padding-top: 9px;
	padding-bottom: 10px;
	height: 50px;
}

.footer strong {
	color: #EEE;
}

.footer a {
	color: #DDD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.floatLeft {
	float: left;
}
.footerLeft {
	float: left;
	padding-left: 25px;
	border-right: 1px dotted #888;
	padding-right: 25px;
	padding-bottom: 5px;
}
.footerRight {
	float: left;
	padding-right: 25px;
	padding-left: 25px;
}