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

div.info table {
	border-bottom: 1px solid #fde8bb;
	border-top: 1px solid #fde8bb;
}

div.info table th {
	background-color: #f2ab06;
	border-bottom: 1px dotted #fef5e2;
	color: white;
	font-size: 18px;
	padding: 20px;
}

div.info table td {
	border-bottom: 1px solid #fef5e2;
	font-size: 22px;
	padding: 20px;
}

div.info table tr:last-child th,
div.info table tr:last-child td {
	border-bottom: none;
}