#footer_div {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	color: white;
	height: 63px;
	clear: both;
	overflow: hidden;
}
.left_footer_image{
	float:left;
	width:3px; 
	height:63px; 
	background-image: URL('/templates/browse/image/footer_left.gif');
}
.right_footer_image{
	width:3px; 
	height:63px; 
	float:right;
	background-image: URL('/templates/browse/image/footer_right.gif');
}
.footer_center{
	height:63px;
	background-color:#76a0ca;
}
.footer_text_left{
	float:left;
	padding-top:10px;
	padding-left:5px;
}
.footer_text_right{
	text-align:right;
	float:right;
	padding-top:10px;
	padding-right:5px;
}
.white_href{
	color:white;
}