/**************/
/* footer row */
/**************/
#footer
{
	text-align: center;
	padding: 0;
	background-color:#fff;
	overflow: visible;
	width: 1045px;
	margin:20px auto 0 auto;
	color:#666;
	border:1px dotted #999;
    font-size:0.72em;
    line-height:30px;
    height:30px;
}

#footer ul 
{
    margin:3px 0 0 230px;
}

#footer li 
{
    float:left;
    padding:0;
    margin: 0 0 0 25px;
    list-style-type:disc;
}

#footer li.first 
{
    margin:0;
    list-style-type:none;
}
