/* start resort box */
div.resort-box {
	width: 525px;
	position: relative;
	margin: 10px 0;
}

div.res-left {
	float: left;
	width: 327px;
	margin-right: 5px;
}

div.res-left div.res-link {
	background: url(/images/generic/bullet-white-bg.gif) 0 2px no-repeat;
	padding-left: 15px;
}

div.res-left div.res-link a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

div.res-left div.res-link a:hover {
	text-decoration: underline;	
}

div.res-right {
	float: left;
	width: 193px;
}

div.res-right div.top {
	width: 193px;
	height: 149px;
	background: url(/images/generic/small-bord-top.gif) 0 0 no-repeat;
}

div.res-right div.right {
	width: 193px;
	height: 149px;
	background: url(/images/generic/small-bord-right.gif) 185px 5px no-repeat;
}

div.res-right div.bottom {
	width: 193px;
	height: 149px;
	background: url(/images/generic/small-bord-bottom.gif) 0 135px no-repeat;
}

div.res-right div.left {
	width: 193px;
	height: 149px;
	background: url(/images/generic/small-bord-left.gif) 0 5px no-repeat;
}

h2 {
	margin-top: 0;
}

div.left img {
	border: 0;
	margin: 5px 0 0 10px;
}
/* end resort box */