#footer {
	margin:5px 20px 5px 20px;
	color:#000000;
	/*border: 1px solid #BBBBBB;*/
	border-top:#BBBBBB solid 3px;
	clear:left;
	font-size:85%;
	height:auto;
	padding:4px;
	background-color:#DFDFDF;
	background-image:url(../images_background/container_backgnd.jpg);
	background-repeat:repeat-y;
}
#footer p {
	color:#606060;
}
#footer p.left {
	text-align:left;
	padding:0px;
	margin:0px;
}
#footer p.center {
	text-align:center;
	padding:0px;
	margin:0px;
}
#footer p.right {
	text-align:right;
	padding:0px;
	margin:0px;
}
/*------------------------*/
#footer a {
	color:#606060;
	font-weight: normal;
	border: none;
	text-decoration: none;
}
#footer a:hover {
	color: #00B800;
	text-decoration: underline;
}
/*------------------------*/
#footer .curPage {
	background-color:#CCCCCC;
	padding:0px 10px 0px 10px;
	font-weight:bold;
}
/*------------------------*/

#footer table.footer {
	width:99%;
	border:none;
}
