/* site.css */
header {
  font-family: Impact, serif;
  font-size: 35px;
}

body {

  
} 

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 40px;
}

li {
	display: inline;
}

li a {
	font-family: Impact;
	font-size: 20px;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

li a:hover {
	background-color: silver;

}

footer {
	padding: 10px;
	border-radius: 3px;
	font-size: 10px;
}

#head2 {
	position: relative;
	font-family: American Typewriter;
	font-size: 22px;
	color: red;
	bottom: 20px
}

#ahead {
	position: relative;
	font-family: American Typewriter;
	font-size: 30px;
	color: red;
}

#store {
	position: relative;
	left: 25px;
	top: 50px;
}

#youtube {
	position: relative;
	left: 50px;
	top: 85px;
}

#htext {
	position: relative;
	font-family: Impact;
	font-size: 20px;
	text-align: center;
	bottom: 30px;
}

#atext {
	position: relative;
	bottom: 155px;
	left: 377px;
	font-size: 20px;
	font: Impact;
}

#haptext {
	font-size: 20px;
	font: Impact;
}
	

#addy {
	position: relative;
	bottom: 38px;
}

#hours {
	position: relative;
	
}
#ft {
	position: relative;
	top: 200px;
}


.container {
	width: 989px;

}
