#band {
	margin-bottom: 55px;
}
#band div {
	margin: auto;
	padding-top: 33px;
	padding-bottom: 33px;
}
body {
	background: #636466;
	color: white;
	font-family: Garamond, Georgia, Serif;
	margin: 0;
	text-align: center;
}
.button {
	background: #555;
	border: 1px solid #454;
	border-radius: 5px;
	color: #eee;
	padding: 9px 22px;
	text-decoration: none;
}
.button:hover {
	background: #222;
}
.button-light {
	background: #777;
	border-color: #676;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#intro {
	font-size: 20px;
	line-height: 33px;
	margin: 55px auto;
	width: 999px;
}
#locations {
	font-size: 18px;
	line-height: 28px;
	list-style: none;
	padding: 0;
	margin: auto;
	height: 175px;
	width: 999px;
}
#locations #ny {
	float: left;
	margin-left: 20%;
}
#locations #wc {
	float: right;
	margin-right: 20%;
}
#logo {
	margin: 25px;
}
.tel .type {display: none;}
#wrapper {
	background: white;
	color: #444;
}
