@charset "utf-8";
.sectionTitle, .sectionTitle a {
	text-align: center;
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	font-size: 24px;
	color: #eee;
	font-weight: 600;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 2px;
}
.copyContainer {
	width: 70%;
	margin-left:auto;
	margin-right:auto;
}
p {
	text-align: left;
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	color: #eee;
	font-size: 16px;
	font-weight: 200;
	line-height: 130%;
}
h1 {
	text-align: center;
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	color: #eee;
	font-size: 24px;
	font-weight: 650;
}
h2 {
	text-align: center;
	text-decoration: underline;
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	color: #eee;	
	font-size: 20px;
	font-weight: 475;
}
.staffImage {
	margin: 5px;
	height: 250px;
	width: 200px;
	-moz-box-shadow:    0 0 45px 10px #000;
	-webkit-box-shadow: 0 0 45px 10px #000;
	box-shadow:         0 0 45px 10px #000;
}
.map {
	margin-left:auto;
	margin-right:auto;
	display:block;
	height: 400px;
	width: 400px;
	-moz-box-shadow:    0 0 45px 10px #000;
	-webkit-box-shadow: 0 0 45px 10px #000;
	box-shadow:         0 0 45px 10px #000;
}
table {
	border-collapse:collapse;
	float: left;
	width: 960px;
}
td {
	padding: 15px 15px 15px 15px;
}
#cardcontainer {
	padding-top: 20px;
	height: 368px;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#card1, #card2 {
	height: 368px;
	width: 470px;
	-moz-box-shadow:    0 0 45px 10px #000;
	-webkit-box-shadow: 0 0 45px 10px #000;
	box-shadow:         0 0 45px 10px #000;
}
#card1 {
	float:left;
}
#card2 {
	float:right;
}
.awardcontainer {
	padding-bottom:20px;
	height:140px;
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#awardcopy {
	float:left;
	display:block;
	margin: 25px 20px 0 20px;
	width: 280px;
	text-align: center;
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	color: #eee;
	font-size: 19px;
	font-weight: 600;
}
#knot, #weddingwire {
	width: 140px;
	height: 140px;
	-moz-box-shadow:    0 0 45px 10px #000;
	-webkit-box-shadow: 0 0 45px 10px #000;
	box-shadow:         0 0 45px 10px #000;
}
#knot {
	float: left;
}
#weddingwire {
	float: right;
}
.quote, .attribution, .price {
	text-align: center;
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	color: #eee;
}
.quote {
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	padding-bottom: 2px;
}
.attribution {
	font-size: 15px;
	font-weight: 450;
	font-style: italic;
	padding-bottom: 10px;
}
.price {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 2px;
}