.footer_image {
	margin-top: 2px;
	border: 1px solid white;
}

.footer{
	background-image: url(../images/footer/footer_bg_image.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 800px;
	height: 73px;
	vertical-align: top;

}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #A3832A;
	text-align: center;
	padding-top: 10px;

}

.footer_text a:hover {
	color: #A3832A;	
	font-weight: bold;	
	text-decoration: underline;
}

.footer_text a:link, .footer_text a:active {
	color: #666666;		
	font-weight: bold;
	text-decoration: none;
}

.footer_text a:visited  {
	color: #999999;		
	font-weight: bold;
	text-decoration: none;
}
.footer_text_admin {
	font-size: 8pt;
	color: #666666;
	background-color: #A8B0CB;
	text-align: center;
}

.footer_text_contact {
	font-size: 8pt;
	color: white;
}

.footer_text_grey {
	font-size: 8pt;
	color: #999999;
	padding-top: 4px;
	text-align: right;
}


.footer_bottom_bar {
	width: 100%;
	height: 5px;
	background-color: #A3832A;
	border-top: 1px solid white;
	

}

.footer_bottom_bar_top {
	width: 100%;
	height: 2px;
	background-color: #ffffff;
}


.footer_left {
	background-color: #E6E6E6;
	border-top: 3px solid #c7c7c7;
}


.footer_right {
	border-top: 3px solid #c7c7c7;
}





















