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

ul.profileimg {
	margin: 0 auto;
	text-align: center;
	width: 750px;
}

ul.profileimg li {
	display: inline;
}

ul.profileimg li:first-child {
	float: left;
}

h3.name {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 20px;
}

h3.name em {
	display: block;
	font-size: 14px;
	font-style: normal;
}

table.history {
	border-collapse: separate;
	border-spacing: 0 1px;
}

table.history th {
	background-color: #e4e4e4;
	padding: 10px;
	text-align: center;
	width: 25%;
}

table.history td {
	background-color: white;
	padding: 10px 20px;
	text-align: left;
}

