html {
	padding: 0px;
	margin: 0px;
}

body {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #45190A;
	margin: 0px auto;
	padding: 0px auto;
	background: #581c1e;
	text-align: center;
}

span.notext{
	display: none;
}

div.container {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 800px;
	height: 449px;
	text-align: left;
	background:url(../imagessp/Main_bg.jpg) no-repeat;
	
}

div.Nav {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 141px;
	left: 108px;
	width: 585px;
	height: 121px;
	z-index: 2;
}

a.BC{
	display:block;
	width: 118px;
	height: 121px;
	background: url(../imagessp/BluffCity_btn.jpg) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	}
				
	a.BC:hover{
	  display:block;
	  background: none;
	}

a.E{
	display:block;
	width: 118px;
	height: 121px;
	background: url(../imagessp/Elizabethton_btn.jpg) no-repeat;
	position: absolute;
	left: 155px;
	top: 0px;
	}
				
	a.E:hover{
	  display:block;
	  background: none;
	}
	
a.JC{
	display:block;
	width: 118px;
	height: 121px;
	background: url(../imagessp/JohnsonCity_btn.jpg) no-repeat;
	position: absolute;
	left: 310px;
	top: 0px;
	}
				
	a.JC:hover{
	  display:block;
	  background: none;
	}

a.RM{
	display:block;
	width: 118px;
	height: 121px;
	background: url(../imagessp/RoanMountain_btn.jpg) no-repeat;
	position: absolute;
	left: 465px;
	top: 0px;
	}
				
	a.RM:hover{
	  display:block;
	  background: none;
	}