#footer {
	background-color: #666666;
	color: #000000;
	position: absolute;
	bottom: -17px;
	width: 100%;
	height: 17px;
	z-index: 1;
}

#footer1 {
	background-color: #444444;
	color: #000000;
	position: absolute;
	bottom: -34px;
	width: 100%;
	height: 17px;
	z-index: 1;
}

#footer_items {
	text-align: center;

}

#copyright {
	background:#333333;
	color: white;
	font-size: 8pt;
	text-align: right;
	position: absolute;
	bottom: -47px;
	width: 100%;
	z-index: 3;
}

.footer_menu_styles
{
	position: absolute;
	left: 0px;
	top: 2px;
	float: left;
	text-align: center;
	font-size: 8pt;
}
	.footer_menu_styles ul {
		margin: 0;
   		padding: 0;
		width: 800px;
   		list-style-type: none;
   }
	.footer_menu_styles li {
		color: #ffffff;
   		padding-right: 1em;
		display: inline;
 	}	
	.footer_menu_styles a {
		text-decoration: none;
		color: white;
 	}	
	