/* footer */
#footer {
	position: relative;
	clear: both;
	padding: 10px;
	border-top: 1px #666 solid;
	border-bottom: 1px #222 solid;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}
#footer img {
	border: none;
}
#footer p {
	text-align: center;
	margin: 0;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .properties {
	top: 10px;
	width: 33%;
	text-align: right;
	margin-bottom: 20px;
}
#footer .shanties {
	position: absolute;
	width: 33%;
	left: 66%;
	top: 10px;
}
#footer .shanties a {
	font-style: italic;
}
#chefint-logo {
	margin: 0 auto;
	position: absolute;
	left: 36%;
}
