@charset "UTF-8";


#footer {
    background: url(/footer/images/shadowbottom.png) no-repeat center -3px;
	width: 100%;
	height: 45px;
	padding-top: 24px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #808080;
	text-align: center;
}

#footer a:link {
	color: #ff6666;
	text-decoration: none;
}

#footer a:visited {
	color: #ff6666;
	text-decoration: none;
}

#footer a:hover {
	color: #666666;
}

#footer ul{
    margin: 0 0px 0;
    padding:0px;
    list-style:none;
}
 
#footer li{
    padding:0em 0.7em;
    display:inline;
    
}


