
#title-s #title-s-contents {
	background: url(images/title_bg.jpg) no-repeat center top;
}

h2.trainer {
	background: rgba(0,0,0,.7) url(images/container_bg.png);
	border: 1px solid white;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	color: white;
	font-size: 140%;
	font-weight: bold;
	padding: 10px 25px;
}

div.trainerphotos {
	text-align: center;
}

div.trainerphotos ul li {
	display: inline-block;
	padding: 20px 30px 0 30px;
	position: relative;
	width: 300px;
}

div.trainerphotos ul li span {
	background-color: rgba(32,32,32,.8);
	bottom: 0;
	color: white;
	display: block;
	font-weight: 600;
	padding: 10px 0;
	position: absolute;
	width: 300px;
}

div.menu img {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

div.personal {
	margin: 0 auto;
	width: 700px;
}

div.personal div.img {
	display: table-cell;
	width: 320px;
}

div.personal div.text {
	display: table-cell;
	text-align: center;
	vertical-align: top;
}

div.personal h3 {
	background: rgba(0,0,0,.7) url(images/container_bg.png);
	color: white;
	padding: 10px 0;
}

