/**************/
/* footer row */
/**************/
#footer
{
	clear: both;
	float: left;
	text-align: center;
	padding: 0;
	background-color: rgb(245,245,245);
	border: 1px dotted rgb(153,153,153);
	color: rgb(102,102,102);
	overflow: visible;
	width: 992px;
	margin: 10px 0 0 0 0;
	font-size: 0.74em;
	line-height: 20px;
	height: 20px;
}
