<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	color: #222;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #544033 url('../img/background.jpg') center;
}

a {
	color: #707070;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}

#header {
	position: relative;
	width: 800px;
	height: 247px;
	margin: 0px auto;
}

#logo {
	position: absolute;
	top: 0px;
	left: -2px;
}

#photos {
	position: absolute;
	top: 0px;
	right: -7px;
}

#panel {
	width: 820px;
	margin: 0px auto;
	background: url('../img/panel.jpg') repeat-y;
	position: relative;
}

#panel-top {
	background: url('../img/panel-top.jpg') center top no-repeat;
	padding-top: 30px;
}

#panel-bottom {
	background: url('../img/panel-bottom.jpg') center bottom no-repeat;
	padding: 40px 0px 10px 0px;
	min-height: 30px;
}

#menu {
	background: url('../img/menu.jpg') top repeat-x;
	height: 60px;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 800px;
}

#menu ul, #menu li {margin:0;padding:0;}
#menu li {display:inline;}
#menu li a, #menu li strong {position:relative;z-index:10;color:#272217;font-weight:bold;line-height: 44px;margin: 0 15px;padding:15px 0px;	text-decoration: none;}
#menu li a:hover {text-decoration: underline;}
#menu li strong {background:url(../img/menu-triangle.jpg) center bottom no-repeat;}

#cocktail {
	position: absolute;
	right: 11px;
	top: -113px;
	z-index:5;
}

#context {
	float: left;
	width: 264px;
}

#content {
	float: right;
	width: 520px;
	padding: 0px 22px 0px 0px;
	text-align: justify;
	font-size: 13px;
}

#footer {
	background: url('../img/footer.png') bottom repeat-x;
	height: 32px;
	clear: both;
	margin: 0px 11px 1px;
	padding: 30px 12px 0px;
	color: #666666;
}

#footer a {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#airafooter {width:800px;margin:20px auto;text-align:center;color:#fff;}
#airafooter a {color:#fff;font-weight:normal;}
#airacarousel {padding-left:35px;}


.box {
	width: 264px;
	margin: 0px 0px 8px 0px;
	background: url('../img/box.jpg') repeat-y;
	padding: 0px;
}

.box-top {
	background: url('../img/box-top.jpg') center top no-repeat;
}

.box-bottom {
	background: url('../img/box-bottom.jpg') center bottom no-repeat;
	padding: 20px 17px 17px 15px;
	min-height: 30px;
}

.box-special {
	width: 264px;
	margin: 0px 0px 8px 0px;
	background: url('../img/box-special.jpg') repeat-y;
	color: #fff;
	padding: 0px;
}

.box-special-top {
	background: url('../img/box-special-top.jpg') center top no-repeat;
}

.box-special-bottom {
	background: url('../img/box-special-bottom.jpg') center bottom no-repeat;
	padding: 20px 16px 10px;
	min-height: 30px;
}


.clearfix {
	clear: both;
}

.left {
	float: left;
}
.right {
	float: right;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.center {
    text-align: center !important;
}
.no-margin {
    margin: 0px !important;
}
.no-margin-top {
    margin-top: 0px !important;
}
.no-margin-bottom {
    margin-bottom: 0px !important;
}
.no-margin-left {
    margin-left: 0px !important;
}
.no-margin-right {
    margin-right: 0px !important;
}
.padding-top {
    padding-top: 10px !important;
}
.padding-bottom {
    padding-bottom: 10px !important;
}
.padding-left {
    padding-left: 10px !important;
}
.padding-right {
    padding-right: 10px !important;
}
.no-padding {
    padding: 0px !important;
}
.margin-top {
    margin-top: 10px !important;
}
.margin-bottom {
    margin-bottom: 10px !important;
}
.margin-left {
    margin-left: 10px !important;
}
.margin-right {
    margin-right: 10px !important;
}</pre></body></html>