html, body {
	background:#803c3e;
	font-family:"Garamond", "Georgia", "Times New Roman", Times, serif; 
	font-size:11pt;	
	color:#fff;
	padding:5px;
}

p { margin-top: 5px; }

h1 {
	margin:0;
	padding:0;
	font-size:12pt;	
}

h2 {
	margin:0;
	padding:0;
	font-size:11pt;
	font-weight:bold;
	margin-top:5px;
}

ul {
	margin:0;
	padding-left:18px;
}

a, a:visited {
	color:#fff;
	font-weight: bold;
}

a:hover {
	color:#c78d86;
}

div.shadow_img {
	margin: 5px 0 20px 20px;
	padding: 0;
	position: relative;
	background:url("/img/img_shadow.gif") no-repeat bottom right;
	float:right;
}

.shadow_img img {
	border: 1px solid #c09e9f;
	margin: -5px 5px 5px -5px;
	position: relative;
	vertical-align: bottom;
}

.thumbnail {
	display:inline;
}

.img_container {
	width: 380px; 
	float: right;
}

.rates_table {
	width:99%;
	border-collapse: collapse;
	margin: 20px 0 20px 0;
}

.rates_table th {
	background:#622e2f;
	border:1px solid #c09e9f;
	text-align:left;
	padding: 5px;
}

.rates_table td {
	border:1px dashed #c09e9f;
	padding:5px;
}

.rates_table td:hover { background:#c78d86;}

.rates_table td.left_head {
	background:#622e2f;
	font-weight:bold;
}