/*******************************************************************************
** SITE:	thecompetitors.net
** FILE:	ftrStyle1.css
** AUTHOR:	Mike McCarthy
** CREATED:	Apr 2010
*******************************************************************************/
#footerbox {
	width: 950px;
	height: 96px;
	background-image: url('../images/layout/ftrBg1.jpg');
	background-repeat: repeat-x;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E2C078;
	text-align: center;
	border-left: 1px solid dimgray;
	border-right: 1px solid dimgray;
}
#footerbarleft {
	width: 850px;
	text-align: center;
}
#footerbarright {
	text-align: right;
	vertical-align: center;
}
a.ftr:link, a.ftr:visited {
	color: gainsboro;
	text-decoration: underline;
}
a.ftr:hover {
	color: lime;
	text-decoration: none;
}
.hspaced {
	margin-left: 8px;
	margin-right: 8px;
}
