/* CSS Document */

#wrapper-footer {
	text-align: center;
	clear: both;
	float: left;
}

#footer {
	background-color: #CCCCCC;
	/*clear: both;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
	margin: 0;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 800px;
	vertical-align: middle;
}

