body, a, a:visited {
	font-size: 100%;
	margin: 0px;
	font-family: helvetica, arial, sans serif;
	color: #555;
}

td {
	font-size: 80%;
}
h1 {
	font-size: 120%;
}
h1#tariff_header {
	font-size: 135%;
}
h2 {
	font-size: 100%;
	font-style: italic;
}

a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#layout_header {
	background: url(../images/layout_header.jpg) no-repeat center #DAE3EB;
	height: 78px;
}

#contact_bar {
	background: url(../images/layout_contact_bar.jpg) no-repeat center #A0E5F6;
}

#link_menu_header {
	background: #CCC;
	border-left: 1px solid #36C;
	border-top: 1px solid #36C;
	border-right: 1px solid #36C;
	width: 25%;
	line-height: 160%;
}

#link_menu_bg {
	background: url(../images/layout_menu.jpg) no-repeat bottom left #A0E5F6;
	width: 25%;
	line-height: 160%;
}


.border_pic {
	border: 3px double #999;
}

#main_content {
	background: #FFF;
	width: 75%;
	padding-top: 5px;
	padding-left: 15px;
	border-left: 1px solid #A3C9EA;
	border-top: 1px solid #A3C9EA;
}


#footer_bg {
	background: url(../images/layout_footer.jpg) no-repeat top #FFC;
	height: 40px;
}



	
.tariff_type {
	font-weight: bold;
	width: 32%;
	padding-left: 85px;
}
.tariff_day {
	background: #A0E5F6;
	font-weight: bold;
	border: 1px solid #A3C9EA;
	text-align: center;
}
.tariff_week {
	font-weight: bold;
}
.tariff_price {
	width: 27%;
	padding-left: 45px;
	background: #EEE;
}

.tariff_fieldset_border {
	border: 1px solid #A3C9EA;
}
.tariff_legend_border {
	border: 1px solid #A3C9EA;
}

.deluxe_price {
	width: 15%;
	border: 1px solid #CCC;
	text-align: center;
	font-weight: bold;
}
#deluxe_rooms {
	font-size: 125%;
	font-style: italic;
	font-weight: bold;
}






