/* CSS Document */

/*--- Footer Start --------------------*/
.footer {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 770px;
	font-size: 80%;
	color: #666666;
	background-image: url(../images/sfd_footerslice.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#FFFFFF;

}
.footer a {
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
#footercontainer {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: bottom;
	width: 770px;
	line-height: 40px;
	height: 40px;
}
.footerline {
	background-image: url(../images/sfd_footerslice.gif);
	background-repeat: repeat-x;
	line-height: 30px;
	height: 30px;
}
/*--- Footer End --------------------*/