#footer {
	position: relative;
	bottom: -4px;
	text-align: center;
	vertical-align: top;
	background-image: url(../images/BG-FooterMain.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #443120;
	}

#footer td {
	position: relative;
	top: -10px;
	}
		
#footer ul {	
	padding: 0px 0px 0px 0px;
	margin: 0;
	list-style-type: none;	
	width: auto;
	}

#footer li { 
	display: inline; 
	padding: 0px 14px;
	border-right: 1px solid white;
	}

#footer li a {
	text-decoration: none;
	color: #CEBF98;
	}

#footer #last {
	border-right: none;
	}

#footer li a:hover {
	color: #251B12;
	}

#footertext {
	height: 20px;
	font-size: 10px;
	color: #FFFFFF;
	}

