/*  FOOTER STYLES ************************************************ */

#footer_all {
	font-size: 0.8em;
	width:100%; /*670px;*/
	min-height:20px;
	float:right;
	clear:both;
	padding: 7px 0 0 0;
	margin: 15px 0 0 0;
	background-image: url(../graphics/divider_horz.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#footer_all .btn {
	font-weight:bold;
	padding: 0 7px 0 15px;
	margin:0;
	color:#000000;
	float:right;
	clear:none;
	height:20px;
	background-image: url(../graphics/divider_vert.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#footer_all .btn a {
	color:#000000;
	text-decoration:underline;
}

#footer_all .btn a:link {
	
}

#footer_all .btn a:hover {
	color:#990000;
}

