* {
  margin: 0;
}

html {
  background: #000 url(../images/b.gif) repeat-x;
  color: #6e6e6e;
  font: 11px "Lucida Grande", Lucida, Verdana, sans-serif; 
  line-height: 1.5em;
}

h1,h2 {
  color: #73736c;
  font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
  margin-bottom: 6px;
  text-decoration: none;
  
}

a{
  color: #73736c;
  font: normal 12px Verdana, sans-serif;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

strong {
  color: #73736c;
}

p {
  text-align: justify;
}

address {
 font: normal 11px Verdana, sans-serif;
}

#nav {
  float: left;
  padding: 8px 0 0 30px;
  width: 430px;

}

#nav li {
  display: inline;
  list-style-type: none;
  padding: 0 12px 0 0;
}

#nav ul {
  padding: 0;
}

#nav a {
  color: #aeaea5;
  font: normnal 13px Verdana, sans-serif;
  text-decoration: none;
}

#nav a.active {
  color: #fff;
 }

#nav a:hover {
  color: #fff;
  }
  
#pos {
  margin-top: 44px;
}

#links {
  float: left;
  padding: 0 0 0 0; 
  width: 520px;
  
}

#enter {
 
  margin-top: 30%;
  text-align: center;
}

