/* footer */

#footerContainer { 
	margin: 0 auto;
	width: 757px;
	height: 30px !important;
	background: url(../img/footBody.gif) repeat-y center bottom;
	
}

.footerCapTop{
	margin: 10px auto auto auto;
	background: url(../img/footCapTop.gif) no-repeat center bottom;
	width: 757px;
	height: 16px;
}


.footerCapBottom{
	margin: 0 auto;
	background: url(../img/footCapBottom.gif) no-repeat center top;
	width: 757px;
	height: 17px;
}

#poweredBy {
	float: left;
	margin-left: 20px;
}

#footerText { 
	margin-right: 10px;
	font:11px/18px verdana, arial, sans-serif;
	/*width: 646px !important;
	width: 650px*/
}

#copyright-terms p { 
	margin-bottom: 0.2em;
}

