body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.7em;
	background-color: white;
	color: black;
   text-align: center;
}

input, option, select, textarea {
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 100%;
}

img {
  border: none;
}

a {
  color: rgb(227,178,56);
  font-weight: bold;
}

a:hover {
}

form {
  margin: 0px;
  padding: 0px;
}

table {
  font-size: 100%;
}

td {
  font-size: 100%;
}

label {
  cursor: pointer;
  _cursor: hand;
}

h2 {
  font-size: 130%;
  margin: 5px 0px 5px 0px;
}

h3 {
  font-size: 110%;
  margin: 5px 0px 5px 0px;
}

h4 {
  font-size: 100%;
  margin: 5px 0px 5px 0px;
}

#page {
  width: 780px;
  position: relative;
  background-image: url('/images/background.gif');
  background-repeat: repeat-y;
  text-align: left;
  margin: auto;
}

#titleWeb {
  position: absolute;
  z-index: -1;
}

#header {
  width: 780px;
  height: 153px;
  background-image: url('/images/header.jpg');
  background-repeat: no-repeat;
  cursor: pointer;
  _cursor: hand;
}

#flashPlayer {
  float: right;
}

#lineTop, #lineBottom {
  width: 780px;
  background-image: url('/images/line-gold.gif');
  background-repeat: repeat-y;
  background-color: #E3B238;
  font-size: 11px;
  text-align: right;
  color: white;
  height: 17px;
}

#menuLeft {
  position: absolute;
  top: 0px;
  left: 0px;
}

#menuLeft .advertIco {
  margin: 20px 0px 0px 40px;
}

#menuRight {
  position: absolute;
  top: 0px;
  right: 0px;
}

.menu {
  margin: 40px 0px 0px 20px;
  padding: 0px;
  list-style: none;
}

.menu li {
  width: 147px;
  background-image: url('/images/line-menu.gif');
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.menu li a {
  color: rgb(167,164,172);
  text-decoration: none;
  font-style: italic;
  font-weight: normal;
  font-family: times;
  font-size: 130%;
  padding-left: 15px;
}

#menuRight .menu {
  margin-right: 20px;
  margin-left: 0px;
}

#menuRight .menu li {
  text-align: right;
}

#menuRight .menu li a {
  padding-left: 0px;
  padding-right: 15px;
}

#mainContent {
  padding-top: 20px;
  margin-left: 170px;
  margin-right: 170px;
  min-height: 600px;
  _height: 600px;
  padding-bottom: 20px;
}

#mainContent h1 {
  color: rgb(167,164,172);
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 140%;
  font-style: italic;
}

#mainContent .text {
  line-height: 1.5em;
  min-height: 250px;
  _height: 250px;
}

#hrefReservation {
  position: relative;
  width: 91;
  height: 81px;
  top: 10px;
  left: 65px;
  color: rgb(167,164,172);
  text-decoration: none;
  font-style: italic;
  font-weight: normal;
  font-family: times;
  font-size: 130%;
}

#hrefReservation .image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

#footer {
  width: 770px;
  height: 87px;
  margin: 0px 5px 10px 5px;
  background-image: url('/images/photos.jpg');
  background-repeat: no-repeat;
}

#copyright {
  padding-bottom: 20px;
  margin-top: 5px;
}

#copyright a {
  color: black;
  text-decoration: none;
  font-weight: normal;
}

#copyright a:hover {
  text-decoration: underline;
}

.articleItem {
	border-bottom: solid 1px silver;
	padding-bottom: 10px;
	padding-top: 10px;
}

.perexImage {
	float: right;
	margin-left: 5px;
}

.articlePublishDate {
	font-size: 90%;
	color: gray;
}

#popUp {
	width: 100%;
	margin: 20px;
}

#popUp h1 {
	font-size: 120%;
}

#hrefClose
{
	display: block;
	padding-top: 20px;
}

.avizo {
	height: 300px;
	width: 600px;
	margin-top: 10px;
}

#avizoBox {
  position: relative;
}

#avizoText {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 275px;
	height: 100px;
	line-height: 1.5em;
	color: #AA0000;
	font-size: 110%;
  overflow: auto;
  z-index: 1;
}

#avizoTextRight {
	position: absolute;
	top: 70px;
	right: 5px;
	width: 150px;
	height: 220px;
	color: black;
	font-size: 80%;
	overflow: auto;
	z-index: 1;
}

#avizoNamornik {
	position: absolute;
	top: 0px;
	right: 0px;
}

