#background {
	background: url(../images/bg-pattern_300.jpg) repeat-x center top;
	min-height: 600px;
}
#page {
	width: 300px;
}
/*------------------------------ Navigation ------------------------------*/
#navigation {
	height: 20px;
	width: 300px;
}
#navigation ul {
	width: 300px;
}
#navigation li {
	height: 20px;
	width: 49px;
}
#navigation li a {
	font: bold 8px/19px Arial, Helvetica, sans-serif;
	height: 20px;
}

/*------------------------------ CONTENTS ------------------------------*/
#contents {
	width: 300px;
	padding: 0 0px;

}
#contents h1 {
	font: 14px/22px "Bad Script", cursive;
	margin: 4px 0 4px;
}
#contents div.body h1, #contents h2 {
	font: 14px/20px "Bad Script", cursive;
	margin: 0 0 12px;
}
#contents div.body {
	font: 10px/10px "Times New Roman", Times, serif;
}
#contents h2 {
	font-size: 14px;
	margin: 0 0 20px;
}
#contents p {
	font-size: 14px;
	line-height: 12px;
	padding: 0 0 20px 2px;
}
#contents div.body {
	min-height: 100px;
	padding: 30px 20px 0;
}
/*------------------------------ AdBox ------------------------------*/
#adbox {
	background: url(../images/bg-adboxTiny.png) no-repeat center top;
	width: 300px;
	padding: 150px 5px 18px;
}
#adbox p {
	font-size: 12px;
}
.ads {
	float: none;
	width: 270px;
	border-left: 0px solid #bbbbbb;
	margin-left: 0px;
	padding-left: 0px;
}
.ads2 {
	float: right;
	width: 160px;
	border-left: 0px solid #bbbbbb;
	margin-left: 2px;
	padding-left: 0px;
}

/*------------------------------ MAIN ------------------------------*/
#main {
	width: 300px;
}
#main div.box ul li p {
	line-height: 17px;
}

/*------------------------------ SIDEBAR ------------------------------*/
#sidebar {
	float: bottom;
	visibility:hidden;
	height: 0;
	width: unset!important;
}
#sidebar div.section {
	visibility:hidden;
	height: 0px;
	margin-bottom: 0px;
}
#sidebar div.section:first-child {
	visibility:hidden;
}
#sidebar div.section > a:hover {
	visibility:hidden;
}
.weather {
	 width: 0px; 
}
#news {
	visibility:hidden;
	width: 0px;	
}
#news > div {
	width: 0px;
	visibility:hidden;
}
/*------------------------------ Testimonials ------------------------------*/
#testimonials p {
	line-height: 15px;
	padding-bottom: 5px;
}
#rooms li, #foods li, #sites li {
	width: 270px;
}
#rooms li img {
	max-width:270px;
}
/*------------------------------ FOOTER ------------------------------*/

#footer > div {
	width: 300px;
}

#footer ul.navigation li.footerNormal {
	visibility:hidden;
	display: none;
	margin-right:0px;
}
#footer ul.navigation li.footerNormal a {
	visibility:hidden;
	display: none;
	padding: 0 0px;
}
#footer ul.navigation li.footerNormal:first-child a {
	visibility:hidden;
	display: none;
}
#footer ul.navigation li.footerNormal a:hover {
	visibility:hidden;
	display: none;
}
#footer ul.navigation li.footerNormal.active a {
	visibility:hidden;
	display: none;
}



