﻿

div.homewrap {
	background: url(../img/home/content-rep.jpg) repeat-y;
}

div.homewraptop {
	background: url(../img/home/content-top.jpg) no-repeat;
}

div.homewrapbot {
	background: url(../img/home/content-bot.jpg) left bottom no-repeat;
	min-height: 720px;
	_height: 720px;
}


div.homewrap div#left {
	float: left;
	width: 739px;
}

div.homewrap div#left div.information {
	padding: 0 15px 0 35px;
}

div.homewrap div#right {
	float: left;
	width: 235px;
	z-index: 1;
}

div.homewrap div.flash {
	z-index: 1;
}







/* HOMEPAGE NEWS */
div.stories {
	width: 440px;
	float: left;
}

div.stories h2 {
	color: #61151F;
	font-weight: normal;
}

div.stories div.story {
	position: relative;
	min-height: 150px;
	_height: 150px;
	margin-bottom: 10px;
}

div.stories div.img {
	position: absolute;
	text-align: center;
	
	width: 180px;
	height: 123px;
	
	background: url(../img/home/news-border.png) no-repeat;
	padding-top: 25px;
}

div.story div.copy,
div.story p.more {
	padding-left: 180px;
}

div.minical {
	float: left;
}

div.more {
	padding-left: 180px;
}
/* /HOMEPAGE NEWS */



div.homewrap div.booking {
	z-index: 0;
	position: relative;
	margin-top: 45px;
	
	background: url(../img/banner/book-bg.png) repeat-y;
	padding: 0 20px 0 20px;
}

div.tripadvisor {
	padding: 20px;
}

div.tripadvisor img {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #000;
}
