#footer {
	width: 1000px;
}

#footerTopRow {
	width:1000px;
	height:20px;
	background-color:#000;
	color:#999;
	text-align:left;
	margin-left:68px;
	padding-top: 5px;
}

#footerTopRowLinks a {
	color:#999;
	text-decoration:none;
}

#footerTopRowLinks a:hover {
	color:#FFF;
	text-decoration:underline;
}

#footerBottomRow {
	width:1000px;
	height:15px;
	background-image:url(../images/bkgFooterBottom.gif);
	background-repeat:repeat;
	color:#4f4b45;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
}

#footerBottomRow a {
	color:#949494;
	text-decoration:none;
}

#footerBottomRow a:hover {
	color:#FFF;
	text-decoration:underline;
}

#footerTopRowTextBox {
	width:1000px;
	height:22px;
}

#footerTopRowTextBox[id] {
	display:table-cell;
}

#footerBottomRowTextBox {
	width:1000px;
	height:22px;
}

#footerBottomRowTextBox[id] {
	display:table-cell;
}

*:first-child+html #footerTopRowTextBox[id] {
	position:relative;
    display:block;
    top: 25%;
	padding-bottom: 4px;
} /* for explorer 7 only */

*:first-child+html #footerBottomRowTextBox[id] {
	position:relative;
    display:block;
    top: 25%;
	padding-bottom: 4px;
} /* for explorer 7 only */

#footerLeft{
display: inline;

}

#footerRight{
display: inline;
padding-left: 360px;
}

#footerBottomRowMore {
	margin-top: 5px;
	height: 15px;
	background-image: url(../images/bkgFooterBottom.gif);
}
