/**************/
/* footer row */
/**************/
#footer
{
	color:#666;
	overflow: visible;
	margin:0 ;
	padding:0 0 0 0;
	font-size: 0.6em;
	line-height: 20px;
	height: 32px;
	/*background:url(images/footer-bg.gif) 0 0 repeat-x #4D4D4D;*/
	background-color:#DDD;
	clear: both;
	float: none;
}
#footerLeft
{
	vertical-align: top;
	margin-top: 0px;
	/*width: 200 - 0 (padding) - 2x1 (border)*/
	width: 208px;
	height:100%;
	float: left; /*	overflow :hidden ; */
	background:url('../images/footer_Left.gif');
	background-repeat:no-repeat;
	background-position:top right;
	padding:0px 5px 0px 5px;
}
#footerMiddle
{
	float:left;
	height:100%;
	margin: 0;
	padding: 0px 8px 0px 8px; /*width: 600 - 20 (padding) - 2x1 (border)*/
	width: 581px;
	background:url('../images/footer_Content.gif');
	background-repeat:repeat-x;
	background-position:top left;
}
#footerSidebar
{
	float: right;
	height:100%;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*width: 200 - 10 (padding) - 2x1 (border)*/
	width: 185px;
	background:url('../images/footer_Sidebar.gif');
	background-repeat:no-repeat;
	background-position:top left;
}

#footerContent
{
	color:#666;
	overflow: visible;
	margin:0 0 0 0;
	padding:0 0 0 30px;
	font-size: 0.6em;
	line-height: 20px;
	height: 32px;
	/*background:url(images/footer-bg.gif) 0 0 repeat-x #4D4D4D;*/
	background-color:#DDD;
	clear: both;
	float: none;
}
#mainfooterbody{height:114px;  color:#fff;  position:relative; margin:0 auto; clear:both;}