#footer {
	position: relative;
	bottom: 0px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/BG-FooterMain.png);
	background-position: bottom;
	background-repeat: no-repeat;
	}
	
#footer ul {
	padding: 3px 0px 0px 0px;
	margin: 0;
	list-style-type: none;	
	width: auto;
	}

#footer li { 
	display: inline; 
	padding: 1px 14px;
	border-right: 1px solid #000000;
	}

#footer li a {
	text-decoration: none;
	color: #333333;
	}

#footer #last {
	border-right: none;
	}

#footer li a:hover {
	color: #003399;
	}

#footertext {
	font-size: 10px;
	color: #666666;
	}

