#header{
  height: 148px;
  text-align: center;
  font-family: 'P22ArtsandCraftsRegular';
}

#header h1 { 
  margin: 0;
  padding: 0;
  font-size: 50px;
  color: #b4813b;
  /*text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;*/
  text-shadow: -1px -1px 1px #ffc675, 1px 1px 1px #49351a;
}
#header h2 { 
  margin: 0;
  padding: 0;
  font-size: 35px;
  color: #fff;
  text-shadow: -1px -1px 1px #d5d5d5, 1px 1px 1px #333;
}

.menu-button {
	background-color: #F3923D;
	width: 155px;
	height: 26px;
	border-bottom: 1px solid white;
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	font-size: 16px;
	text-shadow: 2px 2px 2px #000;
	padding-left: 45px;
	text-align: left;
	padding-top:5px;
	letter-spacing: 0.02em;
	background-image: url('/images/4_square.gif');
	background-repeat: no-repeat;
	background-position: 23px 12px;
}

.menu-button:hover, .menu-button.current {
	background-color: #803CF4;
	font-size: 16px;
}
