#footer{
	width:100%;
	height:100px;
	background-image:url(../images/skin1/BkgFooter.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}	
#footer_inner{
	border-top:1px solid #cacaca;
	width:899px;
	margin-left:45px;
}

#footermenu{
	float:left;
	margin-top:30px;
}

#footermenu li{
	padding-left:10px;
	padding-right:10px;
	float:left;
	font-size:90%;
	line-height:160%;
	text-transform: lowercase;
}

#footermenu li a{
	color:#918F81;
	text-decoration:none;
}
#footermenu li a:hover{
	text-decoration:underline;
}
#footermenu li a:active{
	color:#ffcc33;
}

