@charset "UTF-8";
/* CSS Document */

table {
	border-collapse: collapse;
	border: none;
	padding: 0;
}

table img {
	border: 2px #fff solid;
	margin-right: 20px;
	margin-bottom: 20px;
}

table h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin-bottom: 0;
	color: #ba956b;
}

table tr {
	background-image: url(../images/bg_quote.png);
	background-repeat: no-repeat;
	border-bottom: 1px #ba956b solid; 
}

table td {
	vertical-align: top;
	padding-top: 12px;
	padding-left: 50px;
	padding-bottom: 15px;
}

