@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;
}
.videocontainer {
	position: relative;
	width: 960px;
	height: 262px;
	padding: 0;
}
#testimonial1 {
	position: absolute;
	left: 20px;
}
#testimonial2 {
	position: absolute;
	right: 20px;
}
table {
	border-collapse:collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 960px;
	-moz-box-shadow:    0 0 45px 10px #000;
	-webkit-box-shadow: 0 0 45px 10px #000;
	box-shadow:         0 0 45px 10px #000;
}
tr {
	background-color:#0b0b0b;
}
td {
	padding: 15px 10px 15px 10px;
}
.names, .date, .copy {
	color: #eee;
}
.photo {
	margin-left: auto;
	margin-right: auto;
}
.names {
	text-align: center;
	padding-top: 5px;
	font-size: 15px;
}
.date {
	text-align: center;
	padding-top: 2px;
	font-size: 14px;
}
.copy {
	text-align: left;
	font-size: 17px;
	line-height: 130%;
}