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

div.text p {
	color: #515151;
}

ul.photos {
	margin: 0px auto;
	width: 890px;
}

ul.photos li {
	padding-right: 25px;
	width: 280px;
}

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

ul.photos li img {
	display: block;
}

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

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

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

div.info-list table td ul.access {
	list-style: disc;
	margin-left: 1.5em;
}

div.info-list table td ul.access li {
	padding: 1px 0px;
}

