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

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

ul.photos li {
	color: #515151;
	padding-right: 45px;
	width: 290px;
}

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

ul.photos li h3 {
	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;
}

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

div.worry h3 {
	color: #515151;
}

div.worry div {
	border-radius: 20px;
	color: white;
	display: inline-block;
	height: 330px;
	margin-bottom: 60px;
	padding: 25px 33px;
	vertical-align: top;
	width: 254px;
}

div.worry div:nth-child(1),
div.worry div:nth-child(3) {
	margin-right: 55px;
}

div.worry div:nth-child(1),
div.worry div:nth-child(4) {
	background-color: #8d7966;
}

div.worry div:nth-child(2),
div.worry div:nth-child(3) {
	background-color: #54a5ab;
}

div.worry div:nth-child(3),
div.worry div:nth-child(4) {
	margin-bottom: 30px;
}

div.worry div h4 {
	border-bottom: 2px solid white;
	font-size: 20px;
	margin: 0px auto;
	padding-bottom: 15px;
	width: 90%;
}

div.worry div ul {
	list-style: disc;
	padding: 20px 15px 0px 15px;
}

div.worry div ul li {
	padding: 5px 0px;
}

