﻿/**************/
/* footer row */
/**************/
#footer
{
	float:left;
	margin:0;
	padding:5px 0 0 0;
	width: 100%;
	height: 20px;
	text-align: center;
	color:black;
	background-color:#cccccc;
}
/**html #footer {
	width: 560px;
}*/
#footer a:link , #footer a:visited
{
	color: black;
	text-decoration: none;
}
#footer a:hover 
{
	text-decoration: underline;
}

#staticfooter ul 
{
	 float:left;
	 vertical-align: top;
	background:red;
	margin:0;
	padding:0;
}
#staticFooter li
{
    border-left:2px solid black;
    display:inline;
    font-size:0.8em;
    font-weight:bold;
    list-style-type:none;
    padding-left:5px;
	 padding-right:5px;
}


#staticFooter li:first-child 
{
	display:inline;
    border-left:none;
    padding-left:0;

}


