/* dark footer */

#footer {

height: 44px;
width: 100%;
	background: url(../images/footer-bg.png) repeat-x;
}

.footer {
	width: 100%;
}

#footer li {
	border-bottom: 1px dotted #c4bd9a;
}

/*#footer div.moduletable {
	color: 	#F1EEE6;
}*/

#footer h3 {
	color: #fff;
}

#footer a {
  color: #fff;
}

#footer a:hover {
	color: #ccc;
}

