#footer {
    clear: both;
    position: relative;
	padding-top: 20px;
	width: 1000px;
	align: center;
	text-align: center;
}

#footer a {
    text-decoration: none;
    color: gray;
    padding: 0px 15px 0px 15px;
    border-right: 1px solid;
    background-color: none;
    font-family: Arial;
	font-size: 8pt;
	line-height: 85%;
	font-weight: normal;
	text-align: center;
	align: center;
}

#footerAddress {
    clear: both;
	color: gray;
	position:relative;
	padding: 10px 0px 0px 0px;	
    font-size: 8pt;
	font-weight: normal;
	text-align: center;
	align: center;
}


