a img {
  border: 0;
}


body {
  background-color: #FFF;
  text-align: center;
  margin:0;
  font-family: Geneva, Verdana, "Bitstream Vera Sans", Helvetica, sans;
  font-size: 80%;
}

#container {
  margin-left: auto;
  margin-right: auto;
  width: 830px;
  text-align: left;
}

#header {
  height: 186px;
  position: relative;
  background-image: url(../images/bg-header.gif);
}

h1#logo {
  width: 266px;
  height: 166px;
  padding: 18px 0 0 0;
  margin: 0;
}

h1#logo a {
  display: block;
  padding: 0;
  margin: 0;
  width: 266px;
  height: 166px;
}

h1#logo img {
  display: none;
}

#contact {
  position: absolute;
  right: 55px;
  top: 45px;
  width: 186px;
  height: 57px;
  visibility: hidden;
}

#navigation {
  margin-left: 50px
}

#navigation ul
{
margin-left: 0;
padding-left: 0;
list-style: none;
font-style: italic;
}

#navigation li
{
padding-bottom: 0.8em;
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

#navigation ul ul {
  list-style: none; 
  padding-top: 0.2em;
}

#navigation ul ul li {
  padding-bottom: 0;
}

#navigation ul a {
  color: #666;
  text-decoration: none;
  font-size: 110%;
}

#navigation ul ul a {
  color: #888;
  font-size: 80%;
}

#navigation  .selected a {
  color: #000;
}


#content {
  float: right;
  width: 506px;
  margin-right: 55px;
}

#content p {
  margin-top:0;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
  font-size: 110%;
  font-weight: bold;
  margin-top: 0;
  
}

#footer {
  clear: both;
  width: 712px;
  padding-top: 2em;
  margin-left: 55px;
  margin-right: 55px;
}

#footer p {
  color: #999;
  border-top: 2px solid #999;
  font-size: 80%;
  margin: 1em 0 1em 0;
}
