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

table.pay-table {
	width: 100%;
	margin: auto;
}

table.pay-table tr {
	border-bottom: 10px solid #f0dcc1;
}

table.pay-table tr:last-child {
	border-bottom: none;
}

table.pay-table th {
	width: 170px;
	font-weight: bold;
	background-color: white;
	color: #8b5e21;
	padding: 18px;
	font-size: 110%;
}

table.pay-table th img {
	width: 60px;
	height: auto;
	padding-bottom: 3px;
}

table.pay-table td {
	width: auto;
	text-align: left;
	background-color: white;
	padding: 18px 25px 18px 5px;
}

table.pay-table td h4 {
	text-align: left;
	padding: 5px 0px;
}

table.pay-table td h4 span {
	font-size: 120%;
}

table.list-table td span.b {
	display: block;
	padding: 5px 0px;
}

table.list-table td span.b strong,
table.list-table td span.b a {
	font-weight: bold;
	font-size: 110%;
	
}