@import url("hacks.css");
/* CSS Document */
BODY {
	background:#d5d7d8;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
}

* {
	margin:0px;
	padding:0px;
}

a img {
	border:none;
}

a {
	color:#cc3300;
	text-decoration:underline;
}

p {
	margin-bottom:18px;
	margin-left:4px;
	line-height:130%;
	font-size:0.82em;
	text-align:justify;
}

p.nomargin {
	margin-bottom:0px;
}

img.framed {
	border: 2px solid #003314;
	float:left; margin: 0 8px 6px 18px;
}

img.bordered {
	border: 2px solid #003314;
	margin-left:4px;
}

h1 {
	margin-bottom:12px;
	height:33px;
	text-indent:-900em;
}

h1.home {
	background:url(../images/title_home.gif) no-repeat;
}

h1.about {
	background:url(../images/title_about.gif) no-repeat;
}

h1.accommodation {
	background:url(../images/title_accommodation.gif) no-repeat;
}

h1.contact {
	background:url(../images/title_contact.gif) no-repeat;
}

h1.area {
	background:url(../images/title_area.gif) no-repeat;
}

h2 {
 font:1.2em Georgia, "Times New Roman", Times, serif;
 margin:0 0 10px 0;
 color:#564a3c;
 
}

.left {float:left;}
.right {float:right;}

div#wraper {	
	width:827px;
	margin:0 auto;
	text-align:left;
	border-right:1px solid #8c8c80;
	background:url(../images/strech_bkg.png) repeat-y;
}

div#header {
	width:827px;
	height:281px;
	background:url(../images/header.png);
}

div#menu {
	background:#dddedf;
	clear:both;
	display:block;
	width:606px;
	text-align:left;
}

div#menu ul {
	list-style:none;
}

div#menu ul li a,
div#menu ul li {
	float:left;
	color:#000;
	text-decoration:none;
	font:0.88em Helvetica, sans-serif;
	background:#dddedf;
}

div#menu ul li a {
	display:block;
	border-right:1px solid #fff;
	padding:4px 31px;
}

div#menu ul li a.sel,
div#menu ul li a:hover {
	background:#999;
}
BODY.one #aOne,
BODY.two #aTwo,
BODY.three #aThree,
BODY.four #aFour,
BODY.five #aFive,
BODY.six #aSix,
BODY.seven #aSeven,
BODY.eight #aEight {
	background:#999;
}

div.page {
	background:url(../images/left_comp01.png) bottom left no-repeat;
	width:606px;

	padding-left:221px;
}


div.content {
	width:594px;
	clear:both;
	display:block;
	min-height:580px;
	background:#fff;
	padding-top:32px;
	padding-right:12px;
	padding-bottom:60px;
}

div.content ul {
	margin-bottom:24px;
	margin-left:32px;
}

div.content ul li {
	line-height:140%;
	font-size:0.82em;
}

div.content_lef_col {
	float:left;
	width:435px;
}

div.footer {
	background:#383b23;
	width:594px;
	height:17px;
	color:#A4A400;
	text-align:right;
	font:0.7em Arial, Helvetica, sans-serif;
	padding:2px 12px 0 0;
	z-index:999;
}

div.awards {
	text-align:right;
	margin: -110px auto 0 auto;
	width:815px;
	padding-right:12px;
	z-index:10;
}
