#footer{
	padding:0;
	margin:0;
	font-size: .8em;
	clear:both;
	border-top: 2px solid #7E0006;
	background-color: #622e1d;
	padding-bottom:5px;
	width: 733px;
}
#footer ul{
	padding:0px;
	padding-top:5px;
	text-align: center;
	list-style:none;
	margin:0;
}
#footer ul li{
	background-image: url(../assets/bullet_bean.gif);
	background-repeat:no-repeat;
	font-size:1em;
	display: inline;
	padding: 0px 5px 0px 15px;

}
#footer ul li a{
	text-decoration:none;
	color: #f2ebcf;
	white-space:nowrap;
	line-height: 2em;
}
#footer ul li a:hover{
	text-decoration:underline;
}

