/* ============================================================== */
/* FOOTER STYLES
/* Copyright Economy Furniture, 2009 - All Rights Reserved
/* ============================================================== */

/* ============================================================== */
/* COMMON PAGE FOOTER 							      */
/* ============================================================== */
#PageFooter {
	border: 0px solid #000000;
}

/* Page copyright div */
#PageCopyright {
	border: 0px solid #000000;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

/* Page copyright paragraphs */
#PageCopyright p {
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* Page bottom address div */
#BotAd {
	border: 0px solid #000000;
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

/* Page bottom address text, as spans */
#BotAd span {
	font-size: 11px;
	font-weight: 600;
	margin-left: 4px;
	margin-right: 8px;
}

/* Page bottom web address div */
#BotUrl {
	padding: 0;	
}

/* Page bottom web address paragraph */
#BotUrl p {
	font-size: 11px;
	font-weight: 900;
	text-align: center;
	margin: 0;
}










