body {
background-image: url(alltours/back.png);
background-repeat: repeat-x;
background-color: #FFF;
margin: 20px;
}
hr {
border: 1px dotted #CCC;
}
img {
border: none;
}
#lang {

width: 760px;
height: 50px;
background-image: url(alltours/lang.png);
background-color: #FFF;
padding-right: 25px;
text-align:right;
font: 11px Trebuchet MS, Tahoma, Arial;
color: #CCC;
}

#lang a {

font: 11px Trebuchet MS, Tahoma, Arial;
color: rgb(0,125,175);
text-decoration: none;

}

#lang a:hover {

color: #FF6600;

}

#header {

width: 760px;
height: 200px;
background-image: url(alltours/header.png);
}

#history {

width: 760px;
height: 55px;
background-image: url(alltours/history.png);
background-color: #FFF;
text-align: right;
padding-right: 25px;
font: 11px Trebuchet MS, Tahoma, Arial;
color: #CCC;
}

#history a {

font: 11px Trebuchet MS, Tahoma, Arial;
color: rgb(0,125,175);
text-decoration: none;

}

#history a:hover {

color: #FF6600;

}

#menyy {

width: 200px;
height: 330px;
overflow: visible;
background-image: url(alltours/menu1.png);
background-repeat: repeat-y;
background-position: left top;
background-color: #FFF;

}


#menyy2 {

width: 200px;
height: 25px;
background-image: url(alltours/menu2.png);
background-repeat: no-repeat;
background-position: left top;
background-color: #FFF;
border-left: 2px solid #F1F1F1;
}

#menyy ul {
margin-top: 0;
}
#menyy ul li {
list-style-image: url(alltours/li1.gif);
list-style-position: outside;
}
#menyy ul li a {

width: 145px;
height: 30px;
line-height: 15px;
padding-top: 10px;
display: block;
border-bottom: 1px dotted #FFF;
font: 12px Trebuchet MS, Tahoma, Arial;
color: #FFF;
text-decoration: none;

}
#menyy ul li a:hover {
font-weight: bold;
}
#menyy ul ul li {
list-style-image: url(alltours/li2.gif);
list-style-position: outside;
}
#menyy ul ul li a {

width: 115px;
height: 30px;
line-height: 15px;
padding-top: 10px;
display: block;
border-bottom: 1px dotted #FFF;
font: 11px Trebuchet MS, Tahoma, Arial;
color: #FFF;
text-decoration: none;

}
#menyy ul ul li a:hover {
font-weight: bold;
}
#heading {

padding-bottom: 1ex;
font: 20px Trebuchet MS, Tahoma, Arial;
color: rgb(0,125,175);
width: 655px;
height: 50px;
background-image: url(kala/heading.gif);
background-repeat: no-repeat;
padding-left: 25px;
background-color: #FFF;
}

#content {

border-top: 1px dotted #F1F1F1;
border-right: 2px solid #F1F1F1;
width: 540px;
height: 345px;
overflow: visible;
font: 13px Trebuchet MS, Tahoma, Arial;
color: #333;
padding: 10px 10px 15px 10px;
background-color: #FFF;
text-align: justify;
}

#content td {
font: 13px Trebuchet MS, Tahoma, Arial;
color: #333;
text-align: justify;
}

#content a {
text-decoration: none;
color: #FF6600;

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

}
#content h1 {

font: 15px Trebuchet MS, Tahoma, Arial;
color: #FF6600;
font-weight: bold;
}


#content input, #content select, #content textarea {
font: 11px Arial, Tahoma, sans-serif;
margin: 2px;
padding: 2px;
width: 200px;
background-color: #FFF;
border: 1px solid rgb(35, 175, 225);
color: rgb(0,125,175);
}
#footer {

width: 760px;
height: 80px;
background-image: url(alltours/footer.png);

}