div#footer {
	float: left;
	width: 100%;
	height: 204px;
	background-image: url(../images/footer_top.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #2d2d2d;
}

div#footer_content {
	margin: auto;
	width: 913px;
	padding: 54px 0 0 0;
}

div#footer_content ul {
	float: left;
	padding: 0px;
	margin: 0px;
}

div#footer_content ul li {
	list-style-type: none;
	font-size: 12px;
	color: #b9b9b9;
	float: left;
}

div#footer_content ul li a {
	color: #b9b9b9;
	text-decoration: none;
	letter-spacing: 1px;
}

div#footer_content ul li a:hover {
	text-decoration: underline;
}

div#footer_content p.design {
	float: right;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #757575;
	letter-spacing: 1px;
}

div#footer_content p.design a {
	color: #757575;
	text-decoration: underline;
}

div#footer_content p.design a:hover {
	text-decoration: none;
}

div#footer_content p.copyright {
	float: left;
	margin: 0px;
	padding: 4px 0 0 0;
	font-size: 12px;
	color: #757575;
	letter-spacing: 1px;
}
