@charset "UTF-8";
/* CSS Document */
#footer {
	font-size: 12px;
	color: #5C5134;
	text-align: center;
	float: right;
	padding: 20px 0 20px 0;
	width: 100%;
	font-weight: normal;
}
#footer a:link, #footer a:visited{
	color: #5C5134;
}
#footer a:hover, #footer a:active{
	color: #990000;
}
#footer p{
	font-size: 12px;
	color: #5C5134;
	font-weight: normal;
}
#tabline {
	background-attachment: scroll;
	background-image: url(../images/bgedgefilebottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	z-index: 50;
	margin: 0px;
	padding: 0px;
	background-color: #990000;
	overflow: hidden;
}
