/*   FOOTER STYLES   */
#unlock {
	width: 20px;
	height: 20px;
	float: left;
}

#footer {
	margin-top: 10px;
	height: 20px;
	background-color: #c5c7c9;
}

#social {
	margin-left: 712px;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#social img {
	vertical-align: text-bottom;
}

#bottomMenu {
	background-color: #c5c7c9;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	padding: 2px 0px 2px 0px;
	height: 16px;
	text-transform: lowercase;
}
#bottomMenu ul {
	list-style: none;
	width: auto;
	margin: 0px auto 0px auto;
}
#bottomMenu li {
	float: left;
	margin: 0px 26px 0px 26px;
}
#bottomMenu td {
	padding: 0px 18px 0px 18px;
}

#bottomLogo {
	width: 207px;
	margin: 20px auto 0px auto;
}

#siteDescription {
	font-size: 11px;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

/*   CREDIT STYLES   */
#credits {
	font-size: 10px;
	margin: 8px auto 0px auto;
	width: 900px;
}
#credits .left {
	width: 50%;
	float: left;
}
#credits .right {
	width: 50%;
	float: right;
	text-align: right;
}