﻿#footer_menu {
	margin: 0 auto;
	padding-top: 5px;
	width: 500px;
	height: 20px;
	background-color: #fafafa;
	border-top: 4px solid #75b7f7;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}
#footer_menu ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#footer_menu ul li{
	display: inline;
}
#footer_bottom {
	margin: 0 auto;
	width: 502px;
	height: 23px;
}
.footer_bottom_left {
	float: left;
	width: 6px;
	height: 23px;
	background: url('../2aImages/box/boxFooterLeft.gif');
}
.footer_bottom_middle {
	float: left;
	width: 490px; /*** must be (footer_bottomWidth-[this.widthLeft & widthRight]) ***/
	height: 23px;
	background: url('../2aImages/box/boxFooterMiddle.gif');
}
.footer_bottom_middle img {
	border: 0 none;
	vertical-align: bottom;
}
.footer_bottom_right {
	float: left;
	width: 6px;
	height: 23px;
	background: url('../2aImages/box/boxFooterRight.gif');
}
#footer_copyright {
	margin: 0 auto;
	padding-top: 10px;
	width: 500px;
}
#footer_copyright div {
	float: left;
	padding-left: 5px;
	text-align: left;
}


/***********************************************************************************/
/****** kwords for footer **********************************************************/
/***********************************************************************************/

#footer_kwords {
	clear: both;
	margin: 0 5px;
	padding: 0;
}
