#footer {
	width: 800px;
	height: 160px;
	font-size: 9pt;
	line-height: 12pt;
	letter-spacing: 1pt;
	background-image: url(../images/ft_bk_2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	background-color: #FFFFFF;
	margin: 0px;
	left: 0px;
	top: 0px;
}
#footer #footerMenu {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 9pt;
}
#footer #footerMenu p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#footer #footerMenu a {
	color: #333333;
	text-decoration: none;
}

#footer #footerMenu a:hover {
	color: #FF6600;
	text-decoration: underline;
}



#footer #address {
	height: 32px;
	width: 800px;
	position: relative;
	left: 0px;
	top: 0px;
}
#footer #address address {
	font-size: 8pt;
	letter-spacing: 1pt;
	padding: 3px;
	font-family: "Times New Roman", Times, serif;
	width: 500px;
	text-align: center;
	color: #333333;
	position: relative;
	left: 100px;
	top: 20px;
}

