
#title {
	background-image: url(images/title_bg.jpg);
}

div.photo {
	text-align: center;
}

div.photo img {
	border-radius: 50%;
}

p.name {
	color: #745e54;
	font-weight: 700;
	text-align: right;
}

div.history h3 {
	border-bottom: 1px dotted #745e54;
	border-radius: 5px;
	color: #745e54;
	padding: 5px 0;
}

div.history ul.list li {
	background-position: 14px 11px;
	background-size: 7px;
	border-bottom: 1px dotted #745e54;
	font-size: 13px;
	padding: 5px 0 5px 28px;
}

div.history ul.list li:first-child {
	border-top: 1px dotted #745e54;
}

