@charset "UTF-8";

body {
	padding: 0;
	background: #331C00;
	}
	#masthead {
		margin: 0;
		border: 15px solid #331C00;
		border-width: 15px 0;
		background-image: url(/images/masthead-bg-home.png)
		}
		
	#nav-home {
			position: relative;
			margin: 0 auto 0 auto;
			width: 920px;
			height: 112px;
			background: url(/images/nav-arrow-small.png) no-repeat 0 30px;
			}
			#messaging {
				position: absolute;
				float: none;
				left: 401px;
				top: -5px;
				*top: 3px;
				width: auto;
				text-align: left;
				font-size: 94px;
				color: #331C00;
				letter-spacing: 8px;
				font-weight: bold;
				text-transform: uppercase;
				}
			#nav-location-atx,
			#nav-location-sat {
				position: absolute;
				left: 98px;
				width: 270px;
				height: 20px;
				background-image: url(/images/nav-3.png);
				background-repeat: no-repeat;
				}
			#nav-location-atx {
				top: 35px;
				background-position: 0 -270px;
				}
			#nav-location-atx:hover {
				background-position: 0 -297px;
				}
			#nav-location-sat {
				top: 63px;
				background-position: 0 -324px;
				}
			#nav-location-sat:hover {
				background-position: 0 -351px;
				}
	#content {
		margin: 0;
		padding: 31px 0 52px 0;
		width: 100%;
		background: #FFF3E0;
		}
		#frank-home {
			margin: 0 auto;
			width: 906px;
			height: 330px;
			}
	#footer {
		padding: 23px 0 18px 0;
		width: 904px;
		}
		#latest-twitter {
			margin-right: 0;
			padding-right: 20px;
			width: 230px;
			border-right: 1px solid #998D80;
			}
		#footer-address {
			border: none;
			}
			#footer-address-atx {
				width: 255px;
				float: right;
				}
			#footer-address-sat {
				width: 262px;
				float: right;
				}