html,body,div,table,td,tr {
    margin: 0px;
    padding: 0px;
    font-family: "Times New Roman", Serif;
    color: #444;
	font-size: 16px;
}

html,body {
    width:100%;
	height:100%;
}

html {
	background: url('../images/bg.gif');
    background-repeat: repeat;
    background-position: top;  
}


body {
	background: url('../images/bgline.gif');
    background-repeat: repeat-x;
    background-position: top;  
}

td {
vertical-align:top;
}

th {
font-size: 16px;
}

h1 {
font-size:19px;
font-weight:800;
margin-top: 0px;
margin-bottom:0px;
text-align:left;
}

div.flash {
position:relative;
width: 918px;
height: 346px;
z-index:0;
}

div.reserv {
position:relative;
width: 220px;
margin-left: 10px;
color:#FFF;
padding: 5px;
background-color:#779;
}

div.contacts {
position:relative;
width: 220px;
margin-left: 10px;
margin-top: 10px;
color:#FFF;
padding: 5px;
background-color:#ff9900;
}


a.views {
position:relative;
display:block;
width: 120px;
height:120px;
border-width: 3px;
border-style:solid;
border-color:#779;
	float: left;
margin-left: 10px;
margin-bottom: 10px;
text-decoration:none;
}

div.sound {
position:absolute;
width: 30px;
height: 30px;
margin-top:0px;
margin-left:920px;
z-index:3001;
}

table.main {
	width: 918px;
	margin:0 auto;
    text-align: left;
	height: 100%;
}


a {
color: #d48104;
}
a:hover {
color: #777;
}

a.menu {
color:#FFF;
font-weight:800;
text-decoration:none;
}

a.menu:hover {
color:#CCF;
}

ul {
list-style-image: url('../images/list.gif');
font-weight:800;
}

span.name {
font-weight:800;
color:#FFF;
height:30px;
margin-left:650px;
line-height:2;
}
a.anchor {
    position:absolute;
	display:block;
	background: url('../images/anchor.png');
    background-repeat: no-repeat;
    background-position: top;  
	z-index:5001;
	height:346px;	
	width: 260px;
	margin-top: 0px;
	margin-left:-48px;
}

td.top {
	background: url('../images/top.png');
    background-repeat: no-repeat;
    background-position: top; 
    height:346px;
    width: 918px;
}

td.bottom {
	background: url('../images/bottom.png');
    background-repeat: no-repeat;
    background-position: top;  
	height:195px;	
	width: 918px;
}

td.main {
	padding-top:15px;
	background: url('../images/bg2.png');
    background-repeat: repeat-y;
    background-position: top;  
}

div.topmenu {
    position: relative;
    height:346px;
	margin-top:-346px;
	z-index:2005;
    width: 918px;
	background: url('../images/bgline.gif');
    background-repeat: repeat-x;
    background-position: top;  
}

table.menu {
    position: relative;
	margin-top: 195px;
	color:#FFF;
	z-index:10001;
	width: 800px;
	margin-left:100px;
}
table.menu  td{
text-align:center;
}

div.topline{
    position: relative;
    height:20px;
    width: 918px;
	margin-top: -35px; 
	z-index:2001;
}

div.lang {
position: relative;
margin-top:-60px;
margin-left:820px;
text-align:right;
}

a.lang {
   display: block;
   float:left;
   margin-right:5px;
   background-repeat: no-repeat;
   background-position: center; 
   width: 20px;
   height: 20px;
}

a.ru{
background: url('../images/ru.png');
}

a.en{
background: url('../images/en.png');
}

a.lv{
background: url('../images/lv.png');
}

