/**************/
/* footer row */
/**************/
#footer
{
	margin: 0px 0px 0px 0px;
	padding: 0px 230px 0px 230px;
	color: rgb(51,51,51);
	overflow: hidden;
	width: 550px;
	font-size: 0.74em;
	text-align: left;
	line-height: 20px;
	height: 20px;
	background-image: url("../images/bg_all.gif");
	background-repeat: repeat-y;
}

