body {
	background: #c0b7a4;
	margin: 0px;
	color: #565249;
	font-size: 8pt;
	font-family: Arial, Helvetica, Sans-Serif;
}
#container-main {
	width: 712px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #d9d4c8;
	border-left: 2px solid #5277a8;
	border-right: 2px solid #5277a8;
	padding: 20px 42px;
}
img.logo {
	margin-left: 0px;
	margin-right: 568px;
}
img.border{
	border: 3px solid #565249;
}
h1 {
	color: #0c59b1;
	font-weight: normal;
	font-size: 26pt;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
div.listing {
	width: 712px;
	height: 190px;
	border-bottom: 2px solid #5277a8;
	text-align: left;
	margin-bottom: 20px;
}
div.booking {
	width: 239px;
	height: 172px;
	background: #c0b7a4;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	text-align: center;
}
div.booking-title {
        width: 233px;
	background: #565249;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	text-transform: uppercase;
	padding: 3px;
}
img.listing {
        border: 3px solid #565249;
	margin-top: 0px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        float: left;
}
div.footer {
	background: #c0b7a4;
	border: 3px solid #565249;
	width: 694px;
	height: 49px;
	color: #565249;
	padding: 20px 6px;
	font-size: 12pt;
	text-transform: uppercase;
}
img.float-left {
	float: left;
	padding-right: 6px;
}
.bold {
	font-weight: bold;
}
