#tag {
	position: relative;
	top: -77px;
	left: 430px;
	height: 0;
	width: 0;
}
#slideshow {
	width: 732px;
	height: 414px;
	overflow: hidden;
}
#content {
	float: left;
	width: 435px;
	padding-left: 10px;
	padding-right: 10px;
	height: 187px;
	background-color: #dfe0d0;
}
#content h1 {
	margin-top: 10px;
	margin-bottom: 4px;
	padding-bottom: 0;
	font-family: Arial, Helvetica, Myriad Pro;
	font-size: 16px;
	color: #090200;
}
#content p {
	margin-top: 6px;
	margin-bottom: 0;
	font-family: Arial, Helvetica, Myriad Pro;
	font-size: 13px;
	color: #3c322f;
}
#reservations {
	float: left;
	width: 276px;
	height: 187px;
	border-left: 1px solid #bfbcb5;
	background-color: #ccc6b6;
}
#reservations table {
	margin-top: 8px;
	margin-left: 15px;
}
#reservations td {
	height: 40px;
	font-family: Arial, Helvetica, Myriad Pro;
	font-size: 12px;	
	color: #221d1d;
}
#reservations .fancybox {
	width: 150px;
	height: 21px;
	padding-top: 6px;
	padding-left: 15px;
	margin-top: 14px;
	background-image: url(../images/fancybox.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Myriad Pro;
	font-size: 14px;
	color: #fff;
}
#reservations .fancybox a {
	text-decoration: none;
	color: #fff;
}
#reservations .fancybox a:hover {
	text-decoration: underline;
	color: #fff;
}
#reservations .input {
	margin-top: 2px;
	background-image: url(../images/input-bg-light.gif);	
}