.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555555;
	height: 100px;
	width: 800px;
	clear: both;
	padding: 0px;
	margin: 0px;
}

.footer-menu {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8c8cff;
	height: 20px;
	width: 800px;
	clear: both;
	padding: 0px;
	margin-top: 3px;
}

.footer-logo {
	float: left;
}

.footer-link {
	line-height: 140%;
	float: right;
}

.footer ul{
	padding: 0px
}

.footer ul li{
	float: left;
	list-style: none;
	padding-left: 3px;
	padding-right: 3px;
}

