body {
	padding-bottom: 30px;
}

#left {
	margin-top: 13px;
	height: 550px;
}
#reservations {
	margin-top: 32px;
}
#main {
}

#right {
	height: 550px;
	margin-top: 13px;
}

#weather {
	margin-top: 20px;
}

/* Hotels menu */
#hotelsmenu {
	border: 1px solid #fff;
	clear: both;
	width: 100%;
}

/* Hotel Menu */

#hotelmenu {
	height: 215px;
	margin-top: 21px;
}

#hotelmenu div {
	margin-bottom: 2px;
}

#hotelmenu div a {
	text-decoration: none;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #404040;
	
}

#hotelmenu div.menuItem_selected a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
}

div.monumental div.menuItem_selected {
	background-image: url('../images/hotelmenu_monumental.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
div.baia div.menuItem_selected {
	background-image: url('../images/hotelmenu_baia.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
div.oasis div.menuItem_selected {
	background-image: url('../images/hotelmenu_oasis.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

/* Hotel Controller */

div.articleBody blockquote {
	margin-left: 2em;
}

div.articleBody li {
	color: #404040;
}

#imgContainer {
	margin-bottom: 13px;
	text-align: center;
}

#themeArticles div {
	height: 81px;
	margin-bottom: 24px;
}

#themeArticles h3 a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

div.articleIntro p.intro {
	height: 43px;
	margin-bottom: 8px;
}
div.articleIntro a.see_more {
	line-height: 10px;
}

/* Map */
.contactsMap {
	margin-bottom: 13px;
}

/* Boxes */
#reservations {
	margin-top: 20px;
}
