html, body{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
    text-align: left;
	text-decoration:none;
	background:url(../img/furley_bg_black.png) repeat;
	font-family:Arial, Helvetica, sans-serif;
}

a{
	text-decoration:none;
	color:inherit;
	}

img{
	border:hidden;
	}


.banner_main{
	height:95px;
	width:960px;
	position:relative;
	margin:0 auto;
	background:url('../img/banner_middle.png') repeat-x;
	}
.banner_left{
	height:95px;
	width:66px;
	position:absolute;
	left:-66px;
	top:0px;
	background:url('../img/banner_left.png') repeat-x;
	}
.banner_right{
	height:95px;
	width:62px;
	position:absolute;
	right:-62px;
	top:0px;
	background:url('../img/banner_right.png') repeat-x;
	}
.banner_text{
	height:51px;
	line-height:51px;
	padding:15px 0 0 0;
	width:100%;
	text-align:center;
	color:#717070;
	text-transform:uppercase;
	font-size:25px;
	position:relative;
	font-family: 'Archivo Narrow', sans-serif;
	}
@media screen and (max-width: 980px) {
.banner_main{
	width:700px;
	}	
}

@media screen and (max-width: 700px) {
.banner_main{
	width:320px;
	}
			
}