* {font-family: tahoma,verdana,arial,sans-serif}

body {
  background: #ffffff;
  font-size: small;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/img_topline.gif);
  background-repeat: repeat-y;
}

img {
  border: none;
}

h1 {font-size: 200%}
h2 {font-size: 165%}
h3 {font-size: 130%}
h4 {font-size: 100%}
h5 {font-size: 90%}
h6 {font-size: 80%} 

h1, h2 {
  margin: 1em 0em 0.5em 0em;
}
h3, h4, h5, h6 {
  margin: 2em 0em 0.2em 0em;
}

table, input, textarea, select {
  font-size: small;
}

#main-header {
  background-image: url(../images/img_bg.jpg);
  background-repeat: no-repeat;
  width: 900px;
  height: 277px;
}

#main-header #flash-movie {
  float: right;
}


#main-header #menu-home {
  float: left;
  margin: 15px;
}

#main-header #menu {
  float: right;
  padding: 3px 15px;
  margin-top: 8px;
  width: 570px;
  color: #ffffff;
  background: #EB880E;
  text-align: right;
}
  
#main-header #menu a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

#main-header #menu a:hover {
  text-decoration: underline;
}

#main-lang {
  margin-top: 5px;
  width: 900px;
  text-align: right;
}

#main-content {
  margin-left: 150px;
  width: 750px;
}

#main-content p {
  text-align: justify;
}


#main-content h2 {
  color: #808080;
  font-size: 180%;
  letter-spacing: -1px;
}


#main-content a {
   text-decoration: underline;
  color: #EB880E;
}

#main-content a:hover {
  border-bottom: none;
  color: #ffffff;
  background: #EB880E;
}


#copyright {
  position: absolute;
  left: 20px;
  bottom: 5px;
  font-size: x-small;
  color: #ffffff;
}

ul.terms {list-style: square inside; padding: 0em; }
ul li.free {color: green}
ul li.lock {color: orange}
ul li.rsvd {color: red}