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

div.img {
	text-align: center;
}

div.text p {
	color: #515151;
}

div.profile-list table {
	border-top: 1px solid #54a5ab;
}

div.profile-list table th {
	border-bottom: 1px solid #54a5ab;
	font-weight: 500;
	padding: 15px 30px;
}

div.profile-list table td {
	border-bottom: 1px solid #54a5ab;
	padding: 15px 0px 15px 30px;
}

ul.photos {
	background-color: #66b5bc;
	border-radius: 25px;
	margin: 0px auto;
	padding: 20px 30px;
	width: 1000px;
}

ul.photos li {
	color: white;
	width: 235px;
}

ul.photos li:last-child {
	padding-right: 0px;
}

ul.photos li h3 {
	color: white;
	font-size: 110%;
	font-weight: 500;
}

ul.photos li img {
	display: block;
	margin: 0px auto;
	padding: 15px 0px 20px 0px;
}

ul.photos li p {
	padding: 0px 10px;
	text-align: center;
}

