.leftContent
{
	height: 500px;
	float: left;
	margin: 100px 0 0 .1em;
	width: 205px;
}
.leftImageContainer
{
	float: left;
}
.leftButtonContainer
{
	float: left;
}
.leftButtonContainer .leftButton
{
	width: 49px;
	height: 200px;
	margin-top: 100px;
	margin-bottom: auto;
}
.rightContent
{
	margin: 0 0 0 1em;
	float: left;
	width: 500px;
}
.rightContent .header
{
	font-size: smaller;
	margin: 1em 0 1em 0;
}
.hotelInfo
{
	font-size: smaller;
	color: #404040;
}
.hotelInfo a:link, .hotelInfo a:visited
{
	color: #856363;
	text-decoration: underline;
}
.hotelInfo a:hover
{
	color: #eeeeee;
	background-color: #856363;
}
.hotelInfo .highlight
{
	color: #856363;
	font-weight: 600;
}
.rightContent tr
{
	border: 1px solid #CCCCCC;
	background-color: White;
}
.rightContent tr.buffer
{
	background-color: #EEEEEE;
}
.rightContent tr td.image
{
	border: 1px solid #CCCCCC;
	border-right: none;
}
.rightContent tr td.info
{
	border: 1px solid #CCCCCC;
	border-left: none;
}
.rightContent tr td.info .infoContainer
{
	margin: .3em .3em .3em .5em;
}
.rightContent .search
{
	font-size: smaller;
}
.rightContent .search a:link, .rightContent .search a:visited
{
	color: #856363;
	text-decoration: underline;
}
.rightContent .search a:hover
{
	color: #eeeeee;
	background-color: #856363;
}


